users-mysql-haskell 0.5.0.0 → 0.5.0.1
raw patch · 1 files changed
+4/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
users-mysql-haskell.cabal view
@@ -1,7 +1,7 @@ name: users-mysql-haskell-version: 0.5.0.0+version: 0.5.0.1 synopsis: A mysql-haskell backend for the users library.--- description: +description: A mysql-haskell backend for the users library. license: BSD3 license-file: LICENSE author: Daniel Diaz@@ -30,11 +30,10 @@ hs-source-dirs: src default-language: Haskell2010 -- ghc-options: -auto-all -Wall -fno-warn-orphans- ghc-options: -auto-all -Wall + ghc-options: -Wall test-suite tests type: exitcode-stdio-1.0- ghc-options: -Wall -threaded hs-source-dirs: tests, src main-is: tests.hs other-modules: Web.Users.MySQL@@ -51,4 +50,4 @@ tasty-hunit >=0.9.2, bytestring default-language: Haskell2010- ghc-options: -auto-all -Wall + ghc-options: -Wall