We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4107caa commit 6efbd3bCopy full SHA for 6efbd3b
some.cabal
@@ -1,6 +1,6 @@
1
name: some
2
version: 1.0.3
3
-x-revision: 1
+x-revision: 2
4
stability: provisional
5
cabal-version: >=1.10
6
build-type: Simple
@@ -82,9 +82,9 @@ library
82
83
if !impl(ghc >=8.0)
84
build-depends:
85
- semigroups >=0.18.5 && <0.20
86
- , transformers >=0.3 && <0.6
87
- , transformers-compat >=0.6 && <0.7
+ semigroups >=0.18.5 && <0.21
+ , transformers >=0.3 && <0.7
+ , transformers-compat >=0.6 && <0.8
88
89
if impl(ghc >=9.0)
90
-- these flags may abort compilation with GHC-8.10
0 commit comments