File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
-- see: https://github.com/sol/hpack
4
4
5
5
name : feature-flipper-postgres
6
- version : 0.1.0.0
6
+ version : 0.1.0.1
7
7
synopsis : A minimally obtrusive feature flag library
8
8
description : A minimally obtrusive feature flag library
9
9
homepage : https://github.com/toddmohney/feature-flipper-postgres#readme
@@ -38,7 +38,7 @@ library
38
38
other-modules :
39
39
Paths_feature_flipper_postgres
40
40
build-depends :
41
- base >= 4.7 && < 5
41
+ base >= 4.8 && < 5
42
42
, bytestring
43
43
, containers
44
44
, feature-flipper
Original file line number Diff line number Diff line change 1
1
name : feature-flipper-postgres
2
- version : ' 0.1.0.0 '
2
+ version : ' 0.1.0.1 '
3
3
synopsis : A minimally obtrusive feature flag library
4
4
description : A minimally obtrusive feature flag library
5
5
category : Web
@@ -26,7 +26,7 @@ library:
26
26
- Control.Flipper.Adapters.Postgres.Models
27
27
- Control.Flipper.Adapters.Postgres.Query
28
28
dependencies :
29
- - base >=4.7 && <5
29
+ - base >=4.8 && <5
30
30
- bytestring
31
31
- containers
32
32
- feature-flipper
You can’t perform that action at this time.
0 commit comments