diff --git a/fasta.cabal b/fasta.cabal
--- a/fasta.cabal
+++ b/fasta.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.8.0.1
+version:             0.8.0.2
 
 -- A short (one-line) description of the package.
 synopsis:            A simple, mindless parser for fasta files.
@@ -72,18 +72,18 @@
   -- other-modules:       
   
   -- Other library packages from which modules are imported.
-  build-depends:       base >=4.6 && <4.9,
-                       parsec >=3.1 && <4.0,
-                       text >=1.1.0 && <1.4,
-                       bytestring >=0.10 && <0.11,
-                       containers >= 0.5 && <0.6,
-                       split >= 0.2 && <0.3,
-                       pipes >= 4.1 && < 4.2,
-                       pipes-group >= 1.0 && < 1.1,
-                       pipes-text >= 0.0 && < 0.1,
-                       pipes-bytestring >= 2.1 && < 2.2,
-                       lens >= 4.9 && < 4.13,
-                       foldl >= 1.0 && < 1.2
+  build-depends:       base >=4.6 && < 5
+                     , parsec >=3.1
+                     , text >=1.1.0
+                     , bytestring >=0.10
+                     , containers >= 0.5
+                     , split >= 0.2
+                     , pipes >= 4.1
+                     , pipes-group >= 1.0
+                     , pipes-text >= 0.0
+                     , pipes-bytestring >= 2.1
+                     , lens >= 4.9
+                     , foldl >= 1.0
   
   -- Directories containing source files.
   hs-source-dirs:      src
