diff --git a/samtools-enumerator.cabal b/samtools-enumerator.cabal
--- a/samtools-enumerator.cabal
+++ b/samtools-enumerator.cabal
@@ -1,18 +1,18 @@
 Name:                samtools-enumerator
-Version:             0.1
+Version:             0.1.1
 Synopsis:            Enumerator interface to SamTools library
 Description:         Enumerator interface to SamTools library
 License:             MIT
 License-file:        LICENSE
 Author:              Nicholas Ingolia
 Maintainer:          nick@ingolia.org
-Category:            Bio
+Category:            Bioinformatics
 
 Build-type:          Simple
 Cabal-version:       >=1.4
 
 Library
   Exposed-modules:     Bio.SamTools.Enumerator
-  Build-depends:       base >= 4.3 && < 5, bytestring, haskell98, transformers, enumerator >= 0.4.7 && < 0.5, samtools >= 0.1.1 && < 0.2
+  Build-depends:       base >= 4.2 && < 5, bytestring, haskell98, transformers, enumerator >= 0.4.7 && < 0.5, samtools >= 0.1.1 && < 0.2
   Hs-Source-Dirs:      src
 
