Skip to content

Commit 81b52f1

Browse files
committed
Fix base version
Bump to at least 4.9.0.1 to match the version of base shipped with the lts-8.15 bundle
1 parent 5bea114 commit 81b52f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

feature-flipper-postgres.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- see: https://github.com/sol/hpack
44

55
name: feature-flipper-postgres
6-
version: 0.1.0.0
6+
version: 0.1.0.1
77
synopsis: A minimally obtrusive feature flag library
88
description: A minimally obtrusive feature flag library
99
homepage: https://github.com/toddmohney/feature-flipper-postgres#readme
@@ -38,7 +38,7 @@ library
3838
other-modules:
3939
Paths_feature_flipper_postgres
4040
build-depends:
41-
base >=4.7 && <5
41+
base >=4.8 && <5
4242
, bytestring
4343
, containers
4444
, feature-flipper

package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: feature-flipper-postgres
2-
version: '0.1.0.0'
2+
version: '0.1.0.1'
33
synopsis: A minimally obtrusive feature flag library
44
description: A minimally obtrusive feature flag library
55
category: Web
@@ -26,7 +26,7 @@ library:
2626
- Control.Flipper.Adapters.Postgres.Models
2727
- Control.Flipper.Adapters.Postgres.Query
2828
dependencies:
29-
- base >=4.7 && <5
29+
- base >=4.8 && <5
3030
- bytestring
3131
- containers
3232
- feature-flipper

0 commit comments

Comments
 (0)