packages feed

tasty-groundhog-converters-0.1.0: tasty-groundhog-converters.cabal

Name:                   tasty-groundhog-converters
Version:                0.1.0
Author:                 Scott Murphy <scottmurphy09@gmail.com>
Maintainer:             Scott Murphy <scottmurphy09@gmail.com>
License:                BSD3
License-File:           LICENSE
Category:               Test                        
Synopsis:               Tasty Tests for groundhog converters                        
Description:
            Groundhog converters are vulnerable to serialization changes.  Round trip tests and a SQLite test framework are provided
            to help correct this.  
Cabal-Version:          >= 1.10
Build-Type:             Simple
Extra-Source-Files:     README.md, ChangeLog.md

Library
  Default-Language:     Haskell2010
  HS-Source-Dirs:       src
  GHC-Options:          -Wall
  Exposed-Modules:      Test.Tasty.Groundhog.Converters
                        Test.Tasty.Groundhog.Converters.Example
                   
--  Other-Modules:        
  Build-Depends: base >= 4 && < 5
               , groundhog-converters
               , groundhog
               , tasty                      
               , tasty-hunit
               , tasty-quickcheck
               , groundhog-sqlite
               , groundhog-th    
               , containers                      
               , bimap 
               , aeson
               , bytestring                      


Source-Repository head
  Type:                 git
  Location:             https://github.com/plow-technologies/tasty-groundhog-converters.git