1
1
name : postgresql-schema
2
- version : 0.1.11
2
+ version : 0.1.12
3
3
synopsis : PostgreSQL Schema Management
4
4
description : Please see README.md
5
5
homepage : https://github.com/mfine/postgresql-schema
10
10
copyright : Copyright (C) 2015 Mark Fine
11
11
category : Database
12
12
build-type : Simple
13
- cabal-version : >= 1.10
13
+ cabal-version : >= 1.22
14
14
data-files : migrations/20130318-105434.sql
15
15
, migrations/20130318-105456.sql
16
16
@@ -19,7 +19,7 @@ library
19
19
default-language : Haskell2010
20
20
hs-source-dirs : src
21
21
ghc-options : -Wall -fno-warn-orphans
22
- build-depends : base >= 4.7 && < 5
22
+ build-depends : base >= 4.8 && < 5
23
23
, basic-prelude
24
24
, postgresql-simple
25
25
, shelly
@@ -32,14 +32,13 @@ executable schema-add
32
32
main-is : Add.hs
33
33
ghc-options : -Wall
34
34
default-language : Haskell2010
35
- build-depends : base >= 4.7 && < 5
35
+ build-depends : base >= 4.8 && < 5
36
36
, basic-prelude
37
37
, optparse-applicative
38
38
, postgresql-schema
39
39
, shelly
40
40
, text
41
41
, time
42
- , time-locale-compat
43
42
default-extensions : NoImplicitPrelude
44
43
OverloadedStrings
45
44
RecordWildCards
@@ -50,7 +49,7 @@ executable schema-apply
50
49
other-modules : Paths_postgresql_schema
51
50
ghc-options : -Wall
52
51
default-language : Haskell2010
53
- build-depends : base >= 4.7 && < 5
52
+ build-depends : base >= 4.8 && < 5
54
53
, basic-prelude
55
54
, optparse-applicative
56
55
, postgresql-schema
@@ -65,7 +64,7 @@ executable schema-clear
65
64
main-is : Clear.hs
66
65
ghc-options : -Wall
67
66
default-language : Haskell2010
68
- build-depends : base >= 4.7 && < 5
67
+ build-depends : base >= 4.8 && < 5
69
68
, basic-prelude
70
69
, optparse-applicative
71
70
, postgresql-schema
@@ -77,4 +76,4 @@ executable schema-clear
77
76
78
77
source-repository head
79
78
type : git
80
- location : https://github.com/mfine/postgresql-schema
79
+ location : https://github.com/mfine/postgresql-schema
0 commit comments