Skip to content

Commit

Permalink
fix: loosen upperBound
Browse files Browse the repository at this point in the history
  • Loading branch information
konn committed May 17, 2024
1 parent 87404a7 commit 2db850c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion equational-reasoning.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 3.4
name: equational-reasoning
version: 0.7.0.3
x-revision: 1
synopsis: Proof assistant for Haskell using DataKinds & PolyKinds
description:
A simple convenient library to write equational / preorder proof as in Agda.
Expand Down Expand Up @@ -35,7 +36,7 @@ library
ghc-options: -Wall
build-depends:
base >=4 && <5,
containers >=0.5 && <0.7,
containers >=0.5 && <0.8,
template-haskell >=2.11 && <2.23,
th-desugar >=1.8 && <1.18,
void >=0.6 && <0.8,
Expand Down

0 comments on commit 2db850c

Please sign in to comment.