name: pasta version: 0.1.0.2 synopsis: PostgreSQL Abstract Syntax Tree Assember description: Please see README.md homepage: http://github.com/diogob/pasta#readme license: BSD3 license-file: LICENSE author: Diogo Biazus maintainer: diogo@biazus.me copyright: 2015 Diogo Biazus category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src ghc-options: -Wall exposed-modules: Pasta other-modules: Pasta.Types build-depends: base >= 4.7 && < 5 , microlens >= 0.4 && < 0.5 , microlens-th >= 0.3 && < 0.5 , text >= 1.2 && < 1.3 , text-show >= 2.1 && < 3.5 , semigroups >= 0.18 , protolude >= 0.1 default-language: Haskell2010 default-extensions: OverloadedStrings, ScopedTypeVariables, TemplateHaskell, NoImplicitPrelude test-suite pasta-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base >= 4.7 && < 5 , pasta , hspec >= 2.2 , microlens , protolude >= 0.1 ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 default-extensions: OverloadedStrings, ScopedTypeVariables, NoImplicitPrelude source-repository head type: git location: https://github.com/diogob/pasta