Skip to content

Commit

Permalink
Remove version specs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaBeech committed May 18, 2024
1 parent aa15cd2 commit 84c172e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions real-dice.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ library
-- other-extensions:

-- Other library packages from which modules are imported.
build-depends: base >=4.18.2.0 && <= 4.19.1.0,
mtl >= 2.3.1 && < 2.4,
primes >= 0.2.1 && < 0.3
build-depends: base,
mtl,
primes

-- Directories containing source files.
hs-source-dirs: src
Expand All @@ -143,7 +143,7 @@ executable real-dice
build-depends:
base,
mtl,
random >= 1.2.1 && < 1.3,
random,
real-dice

-- Directories containing source files.
Expand Down Expand Up @@ -190,5 +190,5 @@ test-suite real-dice-test
real-dice,
primes,
mtl,
extra >= 1.7.15 && < 1.8,
QuickCheck >= 2.15 && < 2.16
extra,
QuickCheck

0 comments on commit 84c172e

Please sign in to comment.