potoki-core 1.4 → 1.4.1
raw patch · 2 files changed
+1/−4 lines, 2 filesdep −dequePVP ok
version bump matches the API change (PVP)
Dependencies removed: deque
API changes (from Hackage documentation)
Files
library/Potoki/Core/Transform.hs view
@@ -14,7 +14,6 @@ import qualified Potoki.Core.Fetch as A import qualified Potoki.Core.Consume as C import qualified Potoki.Core.Produce as D-import qualified Deque as B instance Category Transform where
potoki-core.cabal view
@@ -1,7 +1,7 @@ name: potoki-core version:- 1.4+ 1.4.1 synopsis: Low-level components of "potoki" description:@@ -52,8 +52,6 @@ Potoki.Core.Transform.Types Potoki.Core.Prelude build-depends:- -- - deque >=0.2 && <0.3, -- stm >=2.4 && <3, --