name: persistent-parser
version: 0.1.0.1
synopsis: Parse persistent model files
description: Parse persistent model files
license: BSD3
license-file: LICENSE
author: James M.C. Haver II
maintainer: mchaver@gmail.com
category: Database, Yesod, Persistent
stability: Beta
build-type: Simple
extra-source-files: ChangeLog.md README.md
cabal-version: >=1.10
library
exposed-modules: Database.Persist.Parser
, Database.Persist.Internal.Parser
, Database.Persist.Syntax.Types
build-depends: base >=4.8 && <4.9
, attoparsec
, text
hs-source-dirs: src
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules: Database.Persist.ParserSpec
default-language: Haskell2010
hs-source-dirs: tests
ghc-options: -threaded -O0 -Wall
build-depends: base >=4.8 && < 5
, attoparsec
, hspec
, persistent-parser
, text
source-repository head
type: git
location: https://github.com/mchaver/persistent-parser