Skip to content

Commit

Permalink
update cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Dec 22, 2023
1 parent 3b13705 commit 8e1361d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions galois-field.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ library
ghc-options: -freverse-errors -O2 -Wall
build-depends:
, base >=4.10 && <5
, bitvec ^>=1.0.2
, bitvec ^>=1.1.3
, groups >=0.4.1 && <0.6
, integer-gmp ^>=1.0.2
, integer-gmp ^>=1.1
, mod ^>=0.1.0
, MonadRandom ^>=0.5.1
, poly >=0.3.2 && <0.6
, protolude ^>=0.3
, protolude ^>=0.3.3
, QuickCheck >=2.13 && <2.15
, semirings ^>=0.5
, semirings ^>=0.6
, vector ^>=0.12.0
, wl-pprint-text ^>=1.2.0

Expand Down

0 comments on commit 8e1361d

Please sign in to comment.