dhall-nixpkgs 1.0.9 → 1.0.10
raw patch · 3 files changed
+8/−7 lines, 3 filesdep ~bytestringdep ~dhalldep ~hnix
Dependency ranges changed: bytestring, dhall, hnix, optparse-applicative, text
Files
- LICENSE +1/−1
- Main.hs +1/−0
- dhall-nixpkgs.cabal +6/−6
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2020 Gabriel Gonzalez+Copyright (c) 2020 Gabriella Gonzalez All rights reserved. Redistribution and use in source and binary forms, with or without
Main.hs view
@@ -356,6 +356,7 @@ case importMode of Code -> return () RawText -> return ()+ RawBytes -> return () Location -> empty -- "as Location" imports aren't real dependencies case importType of
dhall-nixpkgs.cabal view
@@ -1,4 +1,4 @@-Version: 1.0.9+Version: 1.0.10 Cabal-Version: >=1.10 Name: dhall-nixpkgs Synopsis: Convert Dhall projects to Nix packages@@ -8,9 +8,9 @@ Bug-Reports: https://github.com/dhall-lang/dhall-haskell/issues License: BSD3 license-file: LICENSE-Author: Gabriel Gonzalez-Maintainer: Gabriel439@gmail.com-Copyright: 2020 Gabriel Gonzalez+Author: Gabriella Gonzalez+Maintainer: GenuineGabriella@gmail.com+Copyright: 2020 Gabriella Gonzalez Category: Nix Build-Type: Simple @@ -22,9 +22,9 @@ , base64-bytestring >= 1.1.0.0 , bytestring < 0.12 , data-fix- , dhall >= 1.32.0 && < 1.42+ , dhall >= 1.42.0 && < 1.43 , foldl < 1.5- , hnix >= 0.10.1 && < 0.15+ , hnix >= 0.10.1 && < 0.17 , lens-family-core >= 1.0.0 && < 2.2 -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469 , megaparsec >= 7.0.0 && < 10