name: shade version: 0.1.1.0 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 Example.lhs cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Control.Monad.Shade build-depends: base >= 4.8 && < 5 default-language: Haskell2010 source-repository head type: git location: https://github.com/fredefox/shade