File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : semialign
33version : 1.2
4+ x-revision : 1
45synopsis :
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 )
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : these
33version : 1.1.1.1
4- x-revision : 1
4+ x-revision : 2
55synopsis : An either-or-both data type.
66homepage : https://github.com/haskellari/these
77license : BSD3
@@ -56,13 +56,13 @@ flag assoc
5656 default : True
5757
5858library
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 )
You can’t perform that action at this time.
0 commit comments