migrant-hdbc 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, text
API changes (from Hackage documentation)
Files
- migrant-hdbc.cabal +5/−5
migrant-hdbc.cabal view
@@ -3,7 +3,7 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/ name: migrant-hdbc-version: 0.1.0.2+version: 0.1.0.3 synopsis: Semi-automatic database schema migrations -- description: homepage: https://github.com/tdammers/migrant@@ -19,10 +19,10 @@ library exposed-modules: Database.Migrant.Driver.HDBC -- other-extensions:- build-depends: base >=4.12.0.0 && <4.15.0.0+ build-depends: base >=4.12.0.0 && <5 , migrant-core , HDBC >=2.4.0.3 && <2.5- , text ^>=1.2+ , text >=1.2 && <3 hs-source-dirs: src default-language: Haskell2010 @@ -32,7 +32,7 @@ hs-source-dirs: test main-is: Spec.hs other-modules: Database.Migrant.Driver.HDBC_Tests- build-depends: base >=4.12.0.0 && <4.15.0.0+ build-depends: base >=4.12.0.0 && <5 , migrant-core , migrant-hdbc , HUnit >=1.6.1.0 && <1.7@@ -44,4 +44,4 @@ , tasty >=1.4 && <1.5 , tasty-hunit >=0.10.0.2 && <0.11 , tasty-quickcheck >=0.10.1.1 && <0.11- , text ^>=1.2+ , text >=1.2 && <3