rebase 1.0.3 → 1.0.4
raw patch · 1 files changed
+8/−8 lines, 1 filesdep ~bifunctorsdep ~bytestringdep ~contravariant
Dependency ranges changed: bifunctors, bytestring, contravariant, hashable, profunctors, semigroupoids, uuid
Files
- rebase.cabal +8/−8
rebase.cabal view
@@ -1,7 +1,7 @@ name: rebase version:- 1.0.3+ 1.0.4 synopsis: A more progressive alternative to the "base" package description:@@ -156,24 +156,24 @@ -- concurrency: stm >= 2 && < 3, -- data:- hashable >= 1.2 && < 2,+ hashable >= 1 && < 2, vector >= 0.10 && < 0.12, containers >= 0.5 && < 0.6, unordered-containers >= 0.2 && < 0.3,- bytestring >= 0.10.4 && < 0.11,+ bytestring >= 0.10 && < 0.11, text >= 1 && < 2, scientific >= 0.3 && < 0.4,- uuid == 1.3.*,+ uuid == 1.*, dlist >= 0.7 && < 0.9, void >= 0.7 && < 0.8, time >= 1.5 && < 2, -- control:- bifunctors >= 5.2 && < 6,- profunctors >= 5.2 && < 6,- contravariant >= 1.4 && < 2,+ bifunctors >= 5 && < 6,+ profunctors >= 5 && < 6,+ contravariant >= 1 && < 2, contravariant-extras >= 0.3.2 && < 0.4, semigroups >= 0.18 && < 0.19,- semigroupoids >= 5.1 && < 6,+ semigroupoids >= 5 && < 6, deepseq >= 1.4 && < 2, transformers >= 0.4 && < 0.6, mtl >= 2.2 && < 3.0,