-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: da663e9df53d8bae7de6a91aa911d001e6365b49debc12a9217a60d0d4f467a2 name: garlic-bread version: 0.1.0.1 synopsis: A monad transformer for keeping track of where you've come from. description: Please see the README on Github at category: Control homepage: https://github.com/parsonsmatt/garlic-bread#readme bug-reports: https://github.com/parsonsmatt/garlic-bread/issues author: Matt Parsons maintainer: parsonsmatt@gmail.com copyright: 2018 Matt Parsons license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/parsonsmatt/garlic-bread library hs-source-dirs: src ghc-options: -Wall -Wcompat -fwarn-incomplete-uni-patterns build-depends: base >=4.9 && <5 , mtl , transformers exposed-modules: Control.Monad.Bread other-modules: Paths_garlic_bread default-language: Haskell2010 test-suite garlic-bread-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.9 && <5 , garlic-bread , hspec , mtl , transformers other-modules: Paths_garlic_bread default-language: Haskell2010