name: hatch version: 0.1.0.0 synopsis: A Haskell toolchain manager -- description: license: BSD3 author: Getty Ritter maintainer: Getty Ritter copyright: @2018 Getty Ritter category: Build build-type: Simple cabal-version: >=1.14 library hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , config-ini , lens-family-core , lens-family-th , text , xdg-basedir , directory , filepath , unix default-language: Haskell2010 default-extensions: ScopedTypeVariables exposed-modules: Hatch other-modules: Types Config executable hatch hs-source-dirs: hatch main-is: Main.hs default-language: Haskell2010 default-extensions: ScopedTypeVariables ghc-options: -Wall build-depends: base >=4.7 && <5 , hatch