packages feed

mallard 0.6.1.0 → 0.6.1.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

lib/Database/Mallard/Parser.hs view
@@ -24,7 +24,7 @@ import           Data.Void import           Database.Mallard.Types import           Path-import           Text.Megaparsec            hiding (parseTest, tab)+import           Text.Megaparsec            hiding (parseTest) import           Text.Megaparsec.Char       hiding (tab) import qualified Text.Megaparsec.Char.Lexer as L 
mallard.cabal view
@@ -1,5 +1,5 @@ name:               mallard-version:            0.6.1.0+version:            0.6.1.1 synopsis:           Database migration and testing as a library. description:        Please see README.md homepage:           https://github.com/AndrewRademacher/mallard