name: shade version: 0.1.0.2 x-revision: 1 synopsis: A control structure used to combine heterogenous types with delayed effects. description: Please see the readme. homepage: https://github.com/fredefox/shade#readme license: BSD3 license-file: LICENSE author: Frederik Hanghøj Iversen maintainer: fhi.1990@gmail.com copyright: Copyright: (c) 2017 Frederik Hanghøj Iversen category: Web build-type: Simple -- extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Control.Monad.Shade build-depends: base >= 4.9 && < 5 default-language: Haskell2010 executable shade hs-source-dirs: . main-is: README.lhs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , shade default-language: Haskell2010 source-repository head type: git location: https://github.com/fredefox/shade