Skip to content

Commit 12d1472

Browse files
committed
Allow transformers-0.6 in these and semialign
1 parent a1fe1ae commit 12d1472

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

semialign/semialign.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: >=1.10
22
name: semialign
33
version: 1.2
4+
x-revision: 1
45
synopsis:
56
Align and Zip type-classes from the common Semialign ancestor.
67

@@ -65,7 +66,7 @@ library
6566
build-depends:
6667
base >=4.5.1.0 && <4.16
6768
, containers >=0.4.2.1 && <0.7
68-
, transformers >=0.3.0.0 && <0.6
69+
, transformers >=0.3.0.0 && <0.7
6970

7071
-- These
7172
build-depends: these >=1.1.1.1 && <1.2
@@ -86,8 +87,8 @@ library
8687
if !impl(ghc >=8.0)
8788
build-depends:
8889
semigroups >=0.18.5 && <0.20
89-
, transformers >=0.3.0.0 && <0.6
90-
, transformers-compat >=0.6.5 && <0.7
90+
, transformers >=0.3.0.0 && <0.7
91+
, transformers-compat >=0.6.5 && <0.8
9192

9293
-- Ensure Data.Functor.Classes is always available
9394
if impl(ghc >=7.10)

these/these.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: >=1.10
22
name: these
33
version: 1.1.1.1
4-
x-revision: 1
4+
x-revision: 2
55
synopsis: An either-or-both data type.
66
homepage: https://github.com/haskellari/these
77
license: BSD3
@@ -56,13 +56,13 @@ flag assoc
5656
default: True
5757

5858
library
59-
default-language: Haskell2010
60-
ghc-options: -Wall
59+
default-language: Haskell2010
60+
ghc-options: -Wall
6161

6262
if impl(ghc >=8.0)
6363
ghc-options: -Wno-trustworthy-safe
6464

65-
hs-source-dirs: src
65+
hs-source-dirs: src
6666
exposed-modules:
6767
Data.Functor.These
6868
Data.These
@@ -75,7 +75,7 @@ library
7575
, deepseq >=1.3.0.0 && <1.5
7676

7777
-- other dependencies
78-
build-depends: hashable >=1.2.7.0 && <1.4
78+
build-depends: hashable >=1.2.7.0 && <1.4
7979

8080
if impl(ghc <7.5)
8181
build-depends: ghc-prim
@@ -86,8 +86,8 @@ library
8686
if !impl(ghc >=8.0)
8787
build-depends:
8888
semigroups >=0.18.5 && <0.20
89-
, transformers >=0.3.0.0 && <0.6
90-
, transformers-compat >=0.6.5 && <0.7
89+
, transformers >=0.3.0.0 && <0.7
90+
, transformers-compat >=0.6.5 && <0.8
9191

9292
-- Ensure Data.Functor.Classes is always available
9393
if impl(ghc >=7.10)

0 commit comments

Comments
 (0)