diff --git a/hsemail-ns.cabal b/hsemail-ns.cabal
--- a/hsemail-ns.cabal
+++ b/hsemail-ns.cabal
@@ -1,5 +1,5 @@
 Name:           hsemail-ns
-Version:        1.3.1
+Version:        1.3.2
 Author:         Peter Simons <simons@cryp.to>, Joe Fredette <jfredett@gmail.com>
 License:        BSD3
 License-file:   LICENSE
@@ -8,14 +8,20 @@
 Synopsis:       Internet Message Parsers
 Description:    Nonstandard parsers for the syntax defined in RFC2822, forked from hsemail proper. Should not be used for parsing incoming emails, only emails stored on disk.
 Category:       Parsing
-Build-Depends:  base<=4, mtl, parsec, old-time
+Cabal-Version: >= 1.2
 Build-Type:     Simple
-GHC-Options:    -Wall
-Exposed-Modules:
-    Text.ParserCombinators.Parsec.Rfc2234NS,
-    Text.ParserCombinators.Parsec.Rfc2822NS
 Data-files:
     README,
     prologue.txt,
     example/message-test.hs,
     example/message-test.input
+
+Library
+        Build-Depends:  base<=4, 
+                        mtl, 
+                        parsec, 
+                        old-time
+
+        Exposed-Modules:
+            Text.ParserCombinators.Parsec.Rfc2234NS,
+            Text.ParserCombinators.Parsec.Rfc2822NS
