revised .cabal file

This commit is contained in:
Jens Petersen 2023-07-24 00:37:26 +08:00
parent a9ce5b63c0
commit 2f2a803abb
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: 2
x-revision: 3
license: BSD3
cabal-version: >= 1.10
license-file: LICENSE
@ -37,7 +37,7 @@ source-repository head
library
build-depends:
base >= 4.7 && < 5,
base-orphans >= 0.8.4 && < 0.9,
base-orphans >= 0.8.4 && < 0.10,
bifunctors >= 5.5.9 && < 6,
comonad >= 5.0.8 && < 6,
contravariant >= 1.5.3 && < 2,