name: display-haskell-do version: 0.1.0.0 synopsis: A display API for HaskellDO description: A library which defines Display types for use in HaskellDO to render media homepage: https://github.com/KitFreddura/HaskellDO-Display license: Apache license-file: LICENSE author: Kit Freddura maintainer: kit@theam.io copyright: 2017 Kit Freddura category: IDE build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Types, Displayable build-depends: base >= 4.7 && < 5 , text , aeson default-language: Haskell2010 source-repository head type: git location: https://github.com/KitFreddura/display-haskell-do