name: reproject version: 0.2.0.0 synopsis: Define and combine "materialized" projections description: Define and combine "materialized" projections homepage: https://github.com/agrafix/reproject#readme license: BSD3 license-file: LICENSE author: Alexander Thiemann maintainer: mail@athiemann.net copyright: 2017 Alexander Thiemann category: Web build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.Reproject , Data.Reproject.TH build-depends: base >= 4.9 && < 5 , template-haskell >= 2.11 default-language: Haskell2010 ghc-options: -Wall test-suite reproject-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base >= 4.9 && < 5 , reproject , hspec >= 2.2 ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/agrafix/reproject