name: nest version: 0.0.1 license: BSD3 author: Mark Hibberd maintainer: Mark Hibberd copyright: (c) 2017 Mark Hibberd cabal-version: >= 1.24 build-type: Simple description: Environment variable combinators. library default-language: Haskell2010 build-depends: base >= 3 && < 5 , bytestring == 0.10.* , containers >= 0.5.8 && < 0.7 , text == 1.2.* , transformers == 0.5.* , unix == 2.* ghc-options: -Wall hs-source-dirs: src exposed-modules: Nest Nest.EitherT Nest.Prelude test-suite test default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: test.hs hs-source-dirs: test build-depends: base >= 3 && < 5 , bytestring , containers , hedgehog == 0.5.* , nest , text ghc-options: -Wall -threaded -O2