name: sqlite-simple-errors version: 0.2.0.0 synopsis: Wrapper around errors from sqlite-simple description: Wrapper around errors from sqlite-simple homepage: https://github.com/caneroj1/sqlite-simple-errors license: BSD3 license-file: LICENSE author: Joe Canero maintainer: jmc41493@gmail.com copyright: Copyright: (c) 2016 Joe Canero category: Database build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Database.SQLite.SimpleErrors , Database.SQLite.SimpleErrors.Parser , Database.SQLite.SimpleErrors.Types build-depends: base >= 4.7 && < 5 , sqlite-simple , text , parsec default-language: Haskell2010 test-suite sqlite-simple-errors-test type: exitcode-stdio-1.0 hs-source-dirs: test other-modules: Utils , SQLUtils main-is: Spec.hs build-depends: base , sqlite-simple-errors , sqlite-simple , text , mtl ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/caneroj1/sqlite-simple-errors