packages feed

yeshql-core 4.1.0.0 → 4.1.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

tests/Database/YeshQL/ParserTests.hs view
@@ -9,7 +9,7 @@  import Test.Tasty import Test.Tasty.HUnit-import Database.YeshQL+import Database.YeshQL.Core import Database.YeshQL.Parser import qualified Data.Map as Map 
yeshql-core.cabal view
@@ -1,5 +1,5 @@ name: yeshql-core-version: 4.1.0.0+version: 4.1.0.1 synopsis: YesQL-style SQL database abstraction (core) description: Use quasi-quotations or TemplateHaskell to write SQL in SQL, while              adding type annotations to turn SQL into well-typed Haskell