Skip to content

Commit

Permalink
(#1028) release 0.14.0.8 with fx to aeson <1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha authored Jan 16, 2022
1 parent 5771e2e commit 06b12ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hnix.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hnix
version: 0.14.0.7
version: 0.14.0.8
synopsis: Haskell implementation of the Nix language
description: Haskell implementation of the Nix language.
category: System, Data, Nix
Expand Down
2 changes: 2 additions & 0 deletions src/Nix/Json.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import qualified Data.Text.Lazy.Encoding as TL
#if MIN_VERSION_aeson(2,0,0)
import qualified Data.Aeson.Key as AKM
import qualified Data.Aeson.KeyMap as AKM
#else
import Nix.Expr.Types
#endif
import qualified Data.Vector as V
import Nix.Atoms
Expand Down

0 comments on commit 06b12ab

Please sign in to comment.