Skip to content

Commit 3e9af54

Browse files
authored
Merge pull request #141 from andreasabel/remove-Error
Remove Control.Monad.Error, for transformers-0.6, enabled by mtl-2.3
2 parents f40cd9d + 57694da commit 3e9af54

23 files changed

+369
-393
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,6 @@ jobs:
8383
compilerVersion: 7.6.3
8484
setup-method: hvr-ppa
8585
allow-failure: false
86-
- compiler: ghc-7.4.2
87-
compilerKind: ghc
88-
compilerVersion: 7.4.2
89-
setup-method: hvr-ppa
90-
allow-failure: false
91-
- compiler: ghc-7.2.2
92-
compilerKind: ghc
93-
compilerVersion: 7.2.2
94-
setup-method: hvr-ppa
95-
allow-failure: false
96-
- compiler: ghc-7.0.4
97-
compilerKind: ghc
98-
compilerVersion: 7.0.4
99-
setup-method: hvr-ppa
100-
allow-failure: false
10186
fail-fast: false
10287
steps:
10388
- name: apt

HTTP.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Extra-Source-Files: CHANGES
6060
tested-with:
6161
GHC==9.2.1, GHC==9.0.1,
6262
GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
63-
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
63+
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3
6464

6565
Source-Repository head
6666
type: git
@@ -114,7 +114,7 @@ Library
114114
-- note the test harness constraints should be kept in sync with these
115115
-- where dependencies are shared
116116
build-depends:
117-
base >= 4.3.0.0 && < 4.17
117+
base >= 4.6.0.0 && < 4.17
118118
, array >= 0.3.0.2 && < 0.6
119119
, bytestring >= 0.9.1.5 && < 0.12
120120
, parsec >= 2.0 && < 3.2

0 commit comments

Comments
 (0)