migrant-core 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- migrant-core.cabal +3/−3
migrant-core.cabal view
@@ -3,7 +3,7 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/ name: migrant-core-version: 0.1.0.1+version: 0.1.0.2 synopsis: Semi-automatic database schema migrations -- description: homepage: https://github.com/tdammers/migrant@@ -22,7 +22,7 @@ , Database.Migrant.Driver.Class , Database.Migrant.MigrationName -- other-extensions:- build-depends: base >=4.12.0.0 && <5+ build-depends: base >=4.12.0.0 && <4.15.0.0 , text ^>=1.2 hs-source-dirs: src default-language: Haskell2010@@ -35,7 +35,7 @@ other-modules: Database.Migrant.Run_Orphans , Database.Migrant.MigrationName_Orphans , Database.Migrant.Run_Tests- build-depends: base >=4.12.0.0 && <5+ build-depends: base >=4.12.0.0 && <4.15.0.0 , migrant-core , HUnit >=1.6.1.0 && <1.7 , QuickCheck >=2.14.2 && <2.15