name: users-test version: 0.1.0.0 synopsis: Library to test backends for the users library description: Provides HSpec helpers for backends of . . All backend packages should conform to this specification. homepage: https://github.com/agrafix/users bug-reports: https://github.com/agrafix/users/issues license: MIT license-file: LICENSE author: Alexander Thiemann maintainer: Alexander Thiemann copyright: (c) 2015 Alexander Thiemann category: Web build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/agrafix/users.git library exposed-modules: Web.Users.TestSpec build-depends: aeson >=0.8, base >=4.6 && <5, hspec >=2.1, users >=0.1, text >=1.2 hs-source-dirs: src default-language: Haskell2010 ghc-options: -auto-all -Wall -fno-warn-orphans