packages feed

deque 0.4.4.1 → 0.4.4.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~tasty-quickcheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty-quickcheck

API changes (from Hackage documentation)

Files

deque.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name:          deque-version:       0.4.4.1+version:       0.4.4.2 synopsis:      Double-ended queues description:   Strict and lazy implementations of Double-Ended Queue (aka Dequeue or Deque)@@ -17,7 +17,7 @@  source-repository head   type:     git-  location: git://github.com/nikita-volkov/deque.git+  location: https://github.com/nikita-volkov/deque  library   hs-source-dirs:     library@@ -84,4 +84,4 @@     , deque     , rerebase <2     , tasty >=0.12 && <2-    , tasty-quickcheck >=0.9 && <0.11+    , tasty-quickcheck >=0.9 && <0.12