Skip to content

Commit

Permalink
Merge pull request #347 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Allow hspec 2.8
  • Loading branch information
tfausak authored May 15, 2021
2 parents 4d064db + 7a7ea6c commit de6776b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions brittany.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ test-suite unittests
, cmdargs
, czipwith
, ghc-boot-th
, hspec >=2.4.1 && <2.8
, hspec >=2.4.1 && <2.9
}
main-is: TestMain.hs
other-modules: TestUtils
Expand Down Expand Up @@ -270,7 +270,7 @@ test-suite littests
, cmdargs
, czipwith
, ghc-boot-th
, hspec >=2.4.1 && <2.8
, hspec >=2.4.1 && <2.9
, filepath
, parsec >=3.1.11 && <3.2
}
Expand Down Expand Up @@ -314,7 +314,7 @@ test-suite libinterfacetests
, base
, text
, transformers
, hspec >=2.4.1 && <2.8
, hspec >=2.4.1 && <2.9
}
main-is: Main.hs
other-modules:
Expand Down

0 comments on commit de6776b

Please sign in to comment.