Version: 1.0.9 x-revision: 1 Cabal-Version: >=1.10 Name: dhall-nixpkgs Synopsis: Convert Dhall projects to Nix packages Description: This package provides a @dhall-to-nixpkgs@ executable that converts a Dhall project to a Nix expression that can be supplied to @pkgs.dhallPackages.callPackage@ Bug-Reports: https://github.com/dhall-lang/dhall-haskell/issues License: BSD3 license-file: LICENSE Author: Gabriella Gonzalez Maintainer: GenuineGabriella@gmail.com Copyright: 2020 Gabriella Gonzalez Category: Nix Build-Type: Simple Executable dhall-to-nixpkgs Main-Is: Main.hs Build-Depends: base >= 4.11 && < 5 , aeson >= 1.0.0.0 && < 2.2 , base16-bytestring >= 1.0.0.0 , base64-bytestring >= 1.1.0.0 , bytestring < 0.12 , data-fix , dhall >= 1.32.0 && < 1.42 , foldl < 1.5 , hnix >= 0.10.1 && < 0.15 , 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 , mmorph < 1.3 , neat-interpolation < 0.6 , optparse-applicative >= 0.14.0.0 && < 0.18 , prettyprinter >= 1.7.0 && < 1.8 , text >= 0.11.1.0 && < 2.1 , transformers >= 0.2.0.0 && < 0.6 , turtle < 1.6 , network-uri < 2.8 Default-Language: Haskell2010 GHC-Options: -Wall -threaded