simple-nix 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~text-renderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text-render
API changes (from Hackage documentation)
Files
- simple-nix.cabal +2/−2
simple-nix.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: simple-nix-version: 0.1.0.2+version: 0.1.0.3 synopsis: Simple parsing/pretty printing for Nix expressions -- description: homepage: https://github.com/adnelson/simple-nix@@ -28,7 +28,7 @@ , parsec , MissingH , error-list- , text-render+ , text-render >=0.1.0.2 , system-filepath hs-source-dirs: src default-language: Haskell2010