revise .cabal

This commit is contained in:
Jens Petersen 2022-06-18 00:21:41 +08:00
parent 35c4576b80
commit 8ad7beeba5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: profunctors
category: Control, Categories
version: 5.6.2
x-revision: 1
x-revision: 2
license: BSD3
cabal-version: >= 1.10
license-file: LICENSE
@ -46,7 +46,7 @@ library
transformers >= 0.3 && < 0.7
if !impl(ghc >= 8.0)
build-depends: semigroups >= 0.18.5 && < 0.20
build-depends: semigroups >= 0.18.5 && < 0.21
exposed-modules:
Data.Profunctor