diff --git a/PEOPLE b/PEOPLE
--- a/PEOPLE
+++ b/PEOPLE
@@ -1,9 +1,11 @@
 The following people have participated in creating this library, either
-by directly contributing code or by providing thoughtful input in
-discussions about the library design.
+by directly contributing code, by providing thoughtful input in
+discussions about the library design, or somehow else. In order of
+appareance:
 
 Renzo Carbonara
 Gabriel Gonzalez
 Kyle Van Berendonck
 Torgeir Strand Henriksen
 David Luposchainsky
+Danny Navarro
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,8 @@
+# Version 0.3.0.1
+
+* Add dependency on `ghc-prim`, needed for GHC 7.4.2.
+
+
 # Version 0.3.0
 
 * API revamped in order to support `pipes-parse-3.0.0`.
diff --git a/pipes-binary.cabal b/pipes-binary.cabal
--- a/pipes-binary.cabal
+++ b/pipes-binary.cabal
@@ -1,5 +1,5 @@
 name:               pipes-binary
-version:            0.3.0
+version:            0.3.0.1
 license:            BSD3
 license-file:       LICENSE
 copyright:          Copyright (c) Renzo Carbonara 2013-2014
@@ -31,6 +31,7 @@
           base             >= 4.5     && < 5
         , binary           >= 0.6     && < 0.8
         , bytestring       >= 0.9.2.1
+        , ghc-prim
         , pipes            >= 4.0     && < 4.2
         , pipes-parse      >= 3.0     && < 3.1
         , pipes-bytestring >= 2.0     && < 2.1
@@ -45,6 +46,7 @@
           base             >= 4.5     && < 5
         , binary           >= 0.6     && < 0.8
         , bytestring       >= 0.9.2.1
+        , ghc-prim
         , lens-family-core >= 1.0     && < 1.1
         , pipes            >= 4.0     && < 4.2
         , pipes-binary
