hnix 0.14.0.4 → 0.14.0.5
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- hnix.cabal +1/−1
- src/Nix/Effects/Basic.hs +1/−1
hnix.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hnix-version: 0.14.0.4+version: 0.14.0.5 synopsis: Haskell implementation of the Nix language description: Haskell implementation of the Nix language. category: System, Data, Nix
src/Nix/Effects/Basic.hs view
@@ -13,7 +13,7 @@ import qualified Data.HashMap.Lazy as M import Data.List.Split ( splitOn ) import qualified Data.Text as Text-import Prettyprint ( fillSep )+import Prettyprinter ( fillSep ) import System.FilePath import Nix.Convert import Nix.Effects