Dependencies for persistent-test-2.0.0.3
Libraries
persistent-test
- aeson (>=0.7)
- aeson-compat (>=0.3.2.0 && <0.4)
- attoparsec
- base (>=4.6 && <5)
- base64-bytestring
- blaze-builder
- blaze-html (>=0.5)
- blaze-markup (>=0.5.1)
- bytestring (>=0.9)
- cereal
- conduit (>=1.0)
- containers (>=0.2)
- exceptions (>=0.6)
- fast-logger
- hashable
- hspec (>=1.12.1)
- hspec-expectations
- http-api-data (>=0.2)
- HUnit
- lifted-base (>=0.1)
- monad-logger (>=0.3)
- mtl
- network
- old-locale
- path-pieces (>=0.1)
- persistent
- persistent-template (<2.7)
- QuickCheck (>=2.7)
- quickcheck-instances (>=0.3)
- random (>=1.0)
- resource-pool
- resourcet (>=0.4)
- scientific
- semigroups
- silently
- tagged
- template-haskell
- text (>=0.8)
- time (>=1.1.4)
- transformers (>=0.2.1)
- transformers-base
- unliftio
- unliftio-core
- unordered-containers
- vector
- if !flag(postgresql) && !flag(mysql) && !flag(mongodb) && !flag(zookeeper)
- persistent-sqlite (>=2.6.1.1)
- if flag(postgresql)
- if flag(mysql)
- mysql (>=0.1.1.3 && <0.2)
- mysql-simple (>=0.4.3 && <0.5)
- persistent-mysql
- if flag(mongodb)
- bson (>=0.3.1)
- cereal
- mongoDB (>=2.0.4 && <3.0)
- persistent-mongoDB
- process
- if flag(zookeeper)
- binary
- hzk (>=2.1.0)
- persistent-zookeeper
- process
- utf8-string (>=0.3.7 && <0.4.0)
Executables
persistent-test
Flags
Manual Flags
Name | Description | Default |
---|---|---|
sqlite | use sqlite. This is just present for consistency, and is not used | Disabled |
zookeeper | test only Zookeeper. default is to test just sqlite. | Disabled |
mongodb | test only MongoDB. default is to test just sqlite. | Disabled |
postgresql | test postgresql. default is to test just sqlite. | Disabled |
mysql | test MySQL. default is to test just sqlite. | Disabled |
high_precision_date | for MongoDB use a time storage with nano second precision. | Disabled |
nooverlap | test out our assumption that OverlappingInstances is just for String | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info