Skip to content

Commit

Permalink
Fix random version freeze to work with uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Oct 7, 2020
1 parent 9d669e0 commit 5e598fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal.GHC-8.8.3.config
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ constraints: any.Cabal ==3.0.1.0,
any.process ==1.6.8.0,
any.profunctors ==5.5.2,
any.quickcheck-io ==0.2.0,
any.random ==1.2.0,
any.random ==1.1,
any.raw-strings-qq ==1.1,
any.reflection ==2.1.6,
reflection -slow +template-haskell,
Expand Down
2 changes: 1 addition & 1 deletion cabal.GHC-8.8.4.config
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ constraints: any.Cabal ==3.0.1.0,
any.process ==1.6.9.0,
any.profunctors ==5.5.2,
any.quickcheck-io ==0.2.0,
any.random ==1.2.0,
any.random ==1.1,
any.raw-strings-qq ==1.1,
any.reflection ==2.1.6,
reflection -slow +template-haskell,
Expand Down

0 comments on commit 5e598fa

Please sign in to comment.