Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a76c55

Browse files
committed
updates
1 parent ca68133 commit 4a76c55

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

postgresql-schema.cabal

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql-schema
2-
version: 0.1.11
2+
version: 0.1.12
33
synopsis: PostgreSQL Schema Management
44
description: Please see README.md
55
homepage: https://github.com/mfine/postgresql-schema
@@ -10,7 +10,7 @@ maintainer: [email protected]
1010
copyright: Copyright (C) 2015 Mark Fine
1111
category: Database
1212
build-type: Simple
13-
cabal-version: >= 1.10
13+
cabal-version: >= 1.22
1414
data-files: migrations/20130318-105434.sql
1515
, migrations/20130318-105456.sql
1616

@@ -19,7 +19,7 @@ library
1919
default-language: Haskell2010
2020
hs-source-dirs: src
2121
ghc-options: -Wall -fno-warn-orphans
22-
build-depends: base >= 4.7 && < 5
22+
build-depends: base >= 4.8 && < 5
2323
, basic-prelude
2424
, postgresql-simple
2525
, shelly
@@ -32,14 +32,13 @@ executable schema-add
3232
main-is: Add.hs
3333
ghc-options: -Wall
3434
default-language: Haskell2010
35-
build-depends: base >= 4.7 && < 5
35+
build-depends: base >= 4.8 && < 5
3636
, basic-prelude
3737
, optparse-applicative
3838
, postgresql-schema
3939
, shelly
4040
, text
4141
, time
42-
, time-locale-compat
4342
default-extensions: NoImplicitPrelude
4443
OverloadedStrings
4544
RecordWildCards
@@ -50,7 +49,7 @@ executable schema-apply
5049
other-modules: Paths_postgresql_schema
5150
ghc-options: -Wall
5251
default-language: Haskell2010
53-
build-depends: base >= 4.7 && < 5
52+
build-depends: base >= 4.8 && < 5
5453
, basic-prelude
5554
, optparse-applicative
5655
, postgresql-schema
@@ -65,7 +64,7 @@ executable schema-clear
6564
main-is: Clear.hs
6665
ghc-options: -Wall
6766
default-language: Haskell2010
68-
build-depends: base >= 4.7 && < 5
67+
build-depends: base >= 4.8 && < 5
6968
, basic-prelude
7069
, optparse-applicative
7170
, postgresql-schema
@@ -77,4 +76,4 @@ executable schema-clear
7776

7877
source-repository head
7978
type: git
80-
location: https://github.com/mfine/postgresql-schema
79+
location: https://github.com/mfine/postgresql-schema

postgresql-schema.cabal.m4

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql-schema
2-
version: 0.1.11
2+
version: VERSION
33
synopsis: PostgreSQL Schema Management
44
description: Please see README.md
55
homepage: https://github.com/mfine/postgresql-schema
@@ -10,7 +10,7 @@ maintainer: [email protected]
1010
copyright: Copyright (C) 2015 Mark Fine
1111
category: Database
1212
build-type: Simple
13-
cabal-version: >= 1.10
13+
cabal-version: >= 1.22
1414
data-files: migrations/20130318-105434.sql
1515
, migrations/20130318-105456.sql
1616

@@ -19,7 +19,7 @@ library
1919
default-language: Haskell2010
2020
hs-source-dirs: src
2121
ghc-options: -Wall -fno-warn-orphans
22-
build-depends: base >= 4.7 && < 5
22+
build-depends: base >= 4.8 && < 5
2323
, basic-prelude
2424
, postgresql-simple
2525
, shelly
@@ -32,7 +32,7 @@ executable schema-add
3232
main-is: Add.hs
3333
ghc-options: -Wall
3434
default-language: Haskell2010
35-
build-depends: base >= 4.7 && < 5
35+
build-depends: base >= 4.8 && < 5
3636
, basic-prelude
3737
, optparse-applicative
3838
, postgresql-schema
@@ -49,7 +49,7 @@ executable schema-apply
4949
other-modules: Paths_postgresql_schema
5050
ghc-options: -Wall
5151
default-language: Haskell2010
52-
build-depends: base >= 4.7 && < 5
52+
build-depends: base >= 4.8 && < 5
5353
, basic-prelude
5454
, optparse-applicative
5555
, postgresql-schema
@@ -64,7 +64,7 @@ executable schema-clear
6464
main-is: Clear.hs
6565
ghc-options: -Wall
6666
default-language: Haskell2010
67-
build-depends: base >= 4.7 && < 5
67+
build-depends: base >= 4.8 && < 5
6868
, basic-prelude
6969
, optparse-applicative
7070
, postgresql-schema

0 commit comments

Comments
 (0)