diff --git a/ats-storable.cabal b/ats-storable.cabal
--- a/ats-storable.cabal
+++ b/ats-storable.cabal
@@ -1,11 +1,12 @@
 cabal-version: 1.18
 name: ats-storable
-version: 0.3.0.4
+version: 0.3.0.5
 license: BSD3
 license-file: LICENSE
 copyright: Copyright: (c) 2018 Vanessa McHale
 maintainer: vamchale@gmail.com
 author: Vanessa McHale
+bug-reports: https://hub.darcs.net/vmchale/ats-storable/issues
 synopsis: Marshal ATS types into Haskell
 description:
     Facilities for sharing types between ATS and Haskell
diff --git a/atspkg.dhall b/atspkg.dhall
--- a/atspkg.dhall
+++ b/atspkg.dhall
@@ -10,5 +10,4 @@
       , static = True
       }
     ]
-  , compiler = [0,3,10]
   }
diff --git a/test/Spec.hs b/test/Spec.hs
--- a/test/Spec.hs
+++ b/test/Spec.hs
@@ -37,6 +37,6 @@
 main = hspec $ parallel $
     describe "readPtr" $ do
         it "should work on a combined sum/product type" $
-            somethingVal >>= (`shouldBe` (Some (Pair 1 6)))
+            somethingVal >>= (`shouldBe` Some (Pair 1 6))
         it "should work on a combined sum/product type" $
             (pure $ pendingWith "not yet") somethingElseVal -- somethingElseVal >>= (`shouldBe` (First 2))
