packages feed

mallard 0.5.0.0 → 0.5.0.1

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~megaparsec

Dependency ranges changed: megaparsec

Files

lib/Database/Mallard/Parser.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP               #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE QuasiQuotes       #-} {-# LANGUAGE TemplateHaskell   #-}
mallard.cabal view
@@ -1,5 +1,5 @@ name:               mallard-version:            0.5.0.0+version:            0.5.0.1 synopsis:           Database migration and testing as a library. description:        Please see README.md homepage:           https://github.com/AndrewRademacher/mallard@@ -40,7 +40,7 @@                      , hasql-transaction                      , Interpolation                      , lens-                     , megaparsec+                     , megaparsec   <6                      , mtl                      , path                      , path-io