Skip to content

Commit bc35399

Browse files
committed
Adding base upper bounds
1 parent eeba646 commit bc35399

File tree

98 files changed

+98
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+98
-98
lines changed

core/gogol-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library
4646
build-depends:
4747
aeson >= 0.8
4848
, attoparsec >= 0.11.3
49-
, base >= 4.7
49+
, base >= 4.7 && < 5
5050
, bifunctors >= 0.1
5151
, bytestring >= 0.9
5252
, case-insensitive >= 1.2

gen/template/cabal.ede

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ library
5252

5353
build-depends:
5454
gogol-core == {{ coreVersion }}.*
55-
, base >= 4.7
55+
, base >= 4.7 && < 5

gogol-adexchange-buyer/gogol-adexchange-buyer.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ library
8181

8282
build-depends:
8383
gogol-core == 0.1.0.*
84-
, base >= 4.7
84+
, base >= 4.7 && < 5

gogol-adexchange-seller/gogol-adexchange-seller.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ library
5757

5858
build-depends:
5959
gogol-core == 0.1.0.*
60-
, base >= 4.7
60+
, base >= 4.7 && < 5

gogol-admin-datatransfer/gogol-admin-datatransfer.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ library
4747

4848
build-depends:
4949
gogol-core == 0.1.0.*
50-
, base >= 4.7
50+
, base >= 4.7 && < 5

gogol-admin-directory/gogol-admin-directory.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ library
139139

140140
build-depends:
141141
gogol-core == 0.1.0.*
142-
, base >= 4.7
142+
, base >= 4.7 && < 5

gogol-admin-emailmigration/gogol-admin-emailmigration.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ library
4343

4444
build-depends:
4545
gogol-core == 0.1.0.*
46-
, base >= 4.7
46+
, base >= 4.7 && < 5

gogol-admin-reports/gogol-admin-reports.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ library
4848

4949
build-depends:
5050
gogol-core == 0.1.0.*
51-
, base >= 4.7
51+
, base >= 4.7 && < 5

gogol-adsense-host/gogol-adsense-host.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ library
7373

7474
build-depends:
7575
gogol-core == 0.1.0.*
76-
, base >= 4.7
76+
, base >= 4.7 && < 5

gogol-adsense/gogol-adsense.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ library
8181

8282
build-depends:
8383
gogol-core == 0.1.0.*
84-
, base >= 4.7
84+
, base >= 4.7 && < 5

0 commit comments

Comments
 (0)