Skip to content

Commit

Permalink
Remove unnecessary dep on criterion.
Browse files Browse the repository at this point in the history
This prevented Snårkl from being used with recent GHC.
  • Loading branch information
sellout committed Apr 17, 2022
1 parent d6ce72b commit 80ccdb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snarkl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ library

build-depends:
base >=4.7,
containers >=0.5 && <0.6,
containers >=0.5 && <0.7,
mtl >=2.2 && <2.3,
criterion >=1.0 && <1.3,
parallel >=3.2 && <3.3,
hspec >=2.0,
process >=1.2,
Expand Down

0 comments on commit 80ccdb6

Please sign in to comment.