-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 8a944b11e33bfaea9fdb1a2f7d530401e314bb15d90dee1c554f19bbe2594ecd name: stack-lib version: 0.1.0.0 synopsis: Wrapper to use stack as a library description: Some wrapper functions around [stack](https://hackage.haskell.org/package/stack) intended to make it easier to use [stack](https://hackage.haskell.org/package/stack) as a library. category: Development homepage: https://github.com/clintonmead/stack-lib#readme bug-reports: https://github.com/clintonmead/stack-lib/issues author: Clinton Mead maintainer: clintonmead@gmail.com copyright: Copyright: (c) 2017 Clinton Mead license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/clintonmead/stack-lib library hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , monad-logger , path , stack , time , transformers exposed-modules: Stack.Lib.Build Stack.Lib.Class.IsAbstractResolver Stack.Lib.LowerLevel.Build Stack.Lib.LowerLevel.GlobalOpts Stack.Lib.LowerLevel.Runners Stack.Lib.Snapshots Stack.Lib.Type.Resolver other-modules: Paths_stack_lib default-language: Haskell2010