-- Initial hdbi-tests.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hdbi-tests version: 1.2.0 synopsis: test suite for testing HDBI description: The set of database-independent tests for testing the common interface implementation by drivers. homepage: https://github.com/s9gf4ult/hdbi-tests license: BSD3 license-file: LICENSE author: Aleksey Uymanov maintainer: s9gf4ult@gmail.com -- copyright: category: Testing build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://github.com/s9gf4ult/hdbi-tests.git library exposed-modules: Database.HDBI.Tests ghc-options: -Wall -fno-warn-orphans ghc-prof-options: -auto-all build-depends: base < 5 , Decimal >= 0.2.1 , HUnit , QuickCheck , bytestring , containers , hdbi >= 1.2.0 , ieee754 , quickcheck-assertions , quickcheck-instances , stm , test-framework <= 0.7 , test-framework-hunit , test-framework-quickcheck2 , text , time , uuid