Skip to content

Commit

Permalink
updated random dependency, ignoring stack fragments
Browse files Browse the repository at this point in the history
reflecting unnecessary adjustment to lower bound
  • Loading branch information
athanclark authored and sjoerdvisscher committed Sep 28, 2023
1 parent 321334b commit 9285eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dist-newstyle/
*.o
*.p_hi
*.prof
stack.yaml*
2 changes: 1 addition & 1 deletion unfoldable.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
base >= 4 && < 5
, containers >= 0.5 && < 0.7
, transformers >= 0.4 && < 0.6
, random >= 1.0 && < 1.2
, random >= 1.0 && < 1.3
, QuickCheck >= 2.7.3 && < 3.0

if impl(ghc >= 7.6) && impl(ghc < 9)
Expand Down

0 comments on commit 9285eae

Please sign in to comment.