-- Initial simplenix.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: simple-nix version: 0.1.0.0 synopsis: Simple parsing/pretty printing for Nix expressions -- description: homepage: https://github.com/adnelson/simple-nix license: MIT license-file: LICENSE author: Allen Nelson maintainer: anelson@narrativescience.com -- copyright: category: Nix build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Nix, Nix.Expr, Nix.Parser other-modules: Nix.Common -- other-extensions: build-depends: base >=4.8 && <4.9 , classy-prelude , text , mtl , unordered-containers , parsec , MissingH , error-list , text-render , system-filepath hs-source-dirs: src default-language: Haskell2010