diff --git a/library/Potoki/Cereal/Consume.hs b/library/Potoki/Cereal/Consume.hs
--- a/library/Potoki/Cereal/Consume.hs
+++ b/library/Potoki/Cereal/Consume.hs
@@ -8,7 +8,7 @@
 import qualified Potoki.Cereal.Transform as D
 
 
-get :: Get a -> Consume ByteString (Either String a)
+get :: Get a -> Consume ByteString (Either Text a)
 get get =
   Consume $ \ (E.Fetch fetchIO) ->
   let
diff --git a/potoki-cereal.cabal b/potoki-cereal.cabal
--- a/potoki-cereal.cabal
+++ b/potoki-cereal.cabal
@@ -1,7 +1,7 @@
 name:
   potoki-cereal
 version:
-  0.2.1.1
+  0.3
 synopsis:
   Streaming serialization
 category:
@@ -45,13 +45,11 @@
   other-modules:
     Potoki.Cereal.Prelude
   build-depends:
-    base >=4.7 && <5,
-    potoki-core >= 2.2.1 && < 2.3,
-    text >= 1 && < 2,
-    cereal >= 0.5 && < 0.6,
-    bytestring >= 0.10 && < 0.11,
-    base-prelude >= 1 && < 2,
-    attoparsec >=0.13 && <0.15,
     acquire >=0.2 && <0.3,
+    attoparsec >=0.13 && <0.15,
+    base >=4.7 && <5,
     base-prelude >=1 && <2,
-    text >= 1 && < 2
+    bytestring >=0.10 && <0.11,
+    cereal >=0.5 && <0.6,
+    potoki-core >=2.2.1 && <2.3,
+    text >=1 && <2
