Skip to content

Commit

Permalink
Allow bifunctors-5.6 in fin
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Apr 25, 2023
1 parent 1826f07 commit 39c46f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fin/fin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: >=1.10
name: fin
version: 0.3
x-revision: 1
synopsis: Nat and Fin: peano naturals and finite numbers
category: Data, Dependent Types, Singletons, Math
description:
Expand Down Expand Up @@ -98,7 +99,7 @@ library
, universe-base >=1.1.2 && <1.2

if !impl(ghc >=8.2)
build-depends: bifunctors >=5.5.3 && <5.6
build-depends: bifunctors >=5.5.3 && <5.7

if !impl(ghc >=8.0)
build-depends: semigroups >=0.18.5 && <0.21
Expand Down

0 comments on commit 39c46f8

Please sign in to comment.