diff --git a/Data/Persistent/Queue/Binary.hs b/Data/Persistent/Queue/Binary.hs
--- a/Data/Persistent/Queue/Binary.hs
+++ b/Data/Persistent/Queue/Binary.hs
@@ -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.
diff --git a/Data/Persistent/Queue/Text.hs b/Data/Persistent/Queue/Text.hs
--- a/Data/Persistent/Queue/Text.hs
+++ b/Data/Persistent/Queue/Text.hs
@@ -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
diff --git a/Workflow.cabal b/Workflow.cabal
--- a/Workflow.cabal
+++ b/Workflow.cabal
@@ -1,5 +1,5 @@
 name: Workflow
-version: 0.5.8
+version: 0.5.8.0
 
 build-type: Simple
 license: BSD3
