Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions hw-streams.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ common criterion { build-depends: criterion >= 1.2
common directory { build-depends: directory >= 1.2 && < 1.4 }
common exceptions { build-depends: exceptions >= 0.8 && < 0.11 }
common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.6 }
common hedgehog { build-depends: hedgehog >= 0.5 && < 0.7 }
common hspec { build-depends: hspec >= 2.4 && < 2.6 }
common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 }
common hspec { build-depends: hspec >= 2.4 && < 2.8 }
common hw-bits { build-depends: hw-bits >= 0.7.0.3 && < 0.8 }
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 }
common hw-prim { build-depends: hw-prim >= 0.6.2.17 && < 0.7 }
common mmap { build-depends: mmap >= 0.5 && < 0.6 }
common primitive { build-depends: primitive >= 0.6.3.0 && < 0.7 }
common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.13 }
common semigroups { build-depends: semigroups >= 0.8.4 && < 0.19 }
common primitive { build-depends: primitive >= 0.6.3.0 && < 0.8 }
common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.14 }
common semigroups { build-depends: semigroups >= 0.8.4 && < 0.20 }
common transformers { build-depends: transformers >= 0.4 && < 0.6 }
common vector { build-depends: vector >= 0.12 && < 0.13 }

Expand Down