Workflow 0.5.8 → 0.5.8.0
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
Data/Persistent/Queue/Binary.hs view
@@ -10,7 +10,7 @@ -XIncoherentInstances -IControl/Workflow -XCPP #-}-{-# OPTIONS -IData/Persistent/QUeue #-}+{-# OPTIONS -IData/Persistent/Queue #-} {- | This module implements a persistent, transactional collection with Queue interface as well as indexed access by key This module uses `Data.Binary` for serialization.
Data/Persistent/Queue/Text.hs view
@@ -11,7 +11,7 @@ -IControl/Workflow -XCPP #-}-{-# OPTIONS -IData/Persistent/QUeue #-}+{-# OPTIONS -IData/Persistent/Queue #-} {- | This module implements a persistent, transactional collection with Queue interface as well as indexed access by key
Workflow.cabal view
@@ -1,5 +1,5 @@ name: Workflow-version: 0.5.8+version: 0.5.8.0 build-type: Simple license: BSD3