diff --git a/current-versions.txt b/current-versions.txt
deleted file mode 100644
--- a/current-versions.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-This package was tested to work with these dependency
-versions and compiler version.
-These are the default versions fetched by cabal install.
-Tested as of: 2014-08-12 20:30:26.399361 UTC
-Path to compiler: ghc-7.8.3
-Compiler description: 7.8.3
-
-/opt/ghc/7.8.3/lib/ghc-7.8.3/package.conf.d:
-    Cabal-1.18.1.3
-    array-0.5.0.0
-    base-4.7.0.1
-    bin-package-db-0.0.0.0
-    binary-0.7.1.0
-    rts-1.0
-    bytestring-0.10.4.0
-    containers-0.5.5.1
-    deepseq-1.3.0.2
-    directory-1.2.1.0
-    filepath-1.3.0.2
-    (ghc-7.8.3)
-    ghc-prim-0.3.1.0
-    haskeline-0.7.1.2
-    (haskell2010-1.1.2.0)
-    (haskell98-2.0.0.3)
-    hoopl-3.10.0.1
-    hpc-0.6.0.1
-    integer-gmp-0.5.1.0
-    old-locale-1.0.0.6
-    old-time-1.1.0.2
-    pretty-1.1.1.1
-    process-1.2.0.0
-    template-haskell-2.9.0.0
-    terminfo-0.4.0.0
-    time-1.4.2
-    transformers-0.3.0.0
-    unix-2.7.0.1
-    xhtml-3000.2.1
-
-/home/massysett/prednote/tests/sunlight-22338/db:
-    QuickCheck-2.7.6
-    barecheck-0.2.0.0
-    contravariant-0.6.1.1
-    prednote-0.26.0.0
-    prednote-test-0.26.0.0
-    primitive-0.5.3.0
-    quickpull-0.2.0.0
-    rainbow-0.16.0.0
-    rainbow-tests-0.16.0.0
-    random-1.0.1.1
-    split-0.2.2
-    text-1.1.1.3
-    tf-random-0.5
-    transformers-compat-0.3.3.4
-
diff --git a/genCabal.hs b/genCabal.hs
--- a/genCabal.hs
+++ b/genCabal.hs
@@ -14,7 +14,7 @@
 quickcheck = C.closedOpen "QuickCheck" [2,7,5] [2,8]
 
 quickpull :: C.Package
-quickpull = C.closedOpen "quickpull" [0,2,0,0] [0,3]
+quickpull = C.closedOpen "quickpull" [0,4] [0,5]
 
 properties :: C.Properties
 properties = commonProperties
@@ -26,9 +26,6 @@
     ]
   , C.prExtraSourceFiles =
     [ "genCabal.hs"
-    , "sunlight-test.hs"
-    , "current-versions.txt"
-    , "minimum-versions.txt"
     ]
   }
 
diff --git a/minimum-versions.txt b/minimum-versions.txt
deleted file mode 100644
--- a/minimum-versions.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-This package was tested to work with these dependency
-versions and compiler version.
-These are the minimum versions given in the .cabal file.
-Tested as of: 2014-08-12 20:30:26.399361 UTC
-Path to compiler: ghc-7.4.1
-Compiler description: 7.4.1
-
-/opt/ghc/7.4.1/lib/ghc-7.4.1/package.conf.d:
-    Cabal-1.14.0
-    array-0.4.0.0
-    base-4.5.0.0
-    bin-package-db-0.0.0.0
-    binary-0.5.1.0
-    bytestring-0.9.2.1
-    containers-0.4.2.1
-    deepseq-1.3.0.0
-    directory-1.1.0.2
-    extensible-exceptions-0.1.1.4
-    filepath-1.3.0.0
-    (ghc-7.4.1)
-    ghc-prim-0.2.0.0
-    (haskell2010-1.1.0.1)
-    (haskell98-2.0.0.1)
-    hoopl-3.8.7.3
-    hpc-0.5.1.1
-    integer-gmp-0.4.0.0
-    old-locale-1.0.0.4
-    old-time-1.1.0.0
-    pretty-1.1.1.0
-    process-1.1.0.1
-    rts-1.0
-    template-haskell-2.7.0.0
-    time-1.4
-    unix-2.5.1.0
-
-/home/massysett/prednote/tests/sunlight-22338/db:
-    QuickCheck-2.7.5
-    barecheck-0.2.0.0
-    contravariant-0.6.1.1
-    prednote-0.26.0.0
-    prednote-test-0.26.0.0
-    primitive-0.5.3.0
-    quickpull-0.2.0.0
-    rainbow-0.16.0.0
-    rainbow-tests-0.16.0.0
-    random-1.0.1.1
-    split-0.2.2
-    tagged-0.7.2
-    terminfo-0.4.0.0
-    text-0.11.2.0
-    tf-random-0.5
-    transformers-0.4.1.0
-    transformers-compat-0.3.3.4
-
diff --git a/prednote-test.cabal b/prednote-test.cabal
--- a/prednote-test.cabal
+++ b/prednote-test.cabal
@@ -3,10 +3,10 @@
 -- http://www.github.com/massysett/cartel
 --
 -- Script name used to generate: genCabal.hs
--- Generated on: 2014-10-27 12:41:20.726668 EDT
+-- Generated on: 2015-01-01 23:36:14.146633 EST
 -- Cartel library version: 0.10.0.2
 name: prednote-test
-version: 0.26.0.2
+version: 0.26.0.4
 cabal-version: >= 1.14
 build-type: Simple
 license: BSD3
@@ -24,9 +24,6 @@
 category: Data
 extra-source-files:
     genCabal.hs
-  , sunlight-test.hs
-  , current-versions.txt
-  , minimum-versions.txt
 
 source-repository head
   type: git
@@ -38,13 +35,13 @@
       Prednote.Core.Generators
   build-depends:
       base ((> 4.5.0.0 || == 4.5.0.0) && < 5)
-    , rainbow ((> 0.18.0.0 || == 0.18.0.0) && < 0.19)
-    , rainbow-tests ((> 0.18.0.0 || == 0.18.0.0) && < 0.19)
-    , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2)
-    , prednote == 0.26.0.2
+    , rainbow ((> 0.20.0.4 || == 0.20.0.4) && < 0.21)
+    , rainbow-tests ((> 0.20.0.4 || == 0.20.0.4) && < 0.21)
+    , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.3)
+    , prednote == 0.26.0.4
     , QuickCheck ((> 2.7.5 || == 2.7.5) && < 2.8)
     , containers ((> 0.4.2.1 || == 0.4.2.1) && < 0.6)
-    , quickpull ((> 0.2.0.0 || == 0.2.0.0) && < 0.3)
+    , quickpull ((> 0.4 || == 0.4) && < 0.5)
     , barecheck ((> 0.2.0.0 || == 0.2.0.0) && < 0.3)
   hs-source-dirs:
       lib
@@ -68,13 +65,13 @@
   default-language: Haskell2010
   build-depends:
       base ((> 4.5.0.0 || == 4.5.0.0) && < 5)
-    , rainbow ((> 0.18.0.0 || == 0.18.0.0) && < 0.19)
-    , rainbow-tests ((> 0.18.0.0 || == 0.18.0.0) && < 0.19)
-    , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2)
-    , prednote == 0.26.0.2
+    , rainbow ((> 0.20.0.4 || == 0.20.0.4) && < 0.21)
+    , rainbow-tests ((> 0.20.0.4 || == 0.20.0.4) && < 0.21)
+    , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.3)
+    , prednote == 0.26.0.4
     , QuickCheck ((> 2.7.5 || == 2.7.5) && < 2.8)
     , containers ((> 0.4.2.1 || == 0.4.2.1) && < 0.6)
-    , quickpull ((> 0.2.0.0 || == 0.2.0.0) && < 0.3)
+    , quickpull ((> 0.4 || == 0.4) && < 0.5)
     , barecheck ((> 0.2.0.0 || == 0.2.0.0) && < 0.3)
 
 Executable prednote-visual-test
@@ -87,11 +84,11 @@
   default-language: Haskell2010
   build-depends:
       base ((> 4.5.0.0 || == 4.5.0.0) && < 5)
-    , rainbow ((> 0.18.0.0 || == 0.18.0.0) && < 0.19)
-    , rainbow-tests ((> 0.18.0.0 || == 0.18.0.0) && < 0.19)
-    , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2)
-    , prednote == 0.26.0.2
+    , rainbow ((> 0.20.0.4 || == 0.20.0.4) && < 0.21)
+    , rainbow-tests ((> 0.20.0.4 || == 0.20.0.4) && < 0.21)
+    , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.3)
+    , prednote == 0.26.0.4
     , QuickCheck ((> 2.7.5 || == 2.7.5) && < 2.8)
     , containers ((> 0.4.2.1 || == 0.4.2.1) && < 0.6)
-    , quickpull ((> 0.2.0.0 || == 0.2.0.0) && < 0.3)
+    , quickpull ((> 0.4 || == 0.4) && < 0.5)
     , barecheck ((> 0.2.0.0 || == 0.2.0.0) && < 0.3)
diff --git a/sunlight-test.hs b/sunlight-test.hs
deleted file mode 100644
--- a/sunlight-test.hs
+++ /dev/null
@@ -1,15 +0,0 @@
-module Main where
-
-import Test.Sunlight
-
-inputs = TestInputs
-  { tiDescription = Nothing
-  , tiCabal = "cabal"
-  , tiLowest = ("7.4.1", "ghc-7.4.1", "ghc-pkg-7.4.1")
-  , tiDefault = [ ("7.4.1", "ghc-7.4.1", "ghc-pkg-7.4.1")
-                , ("7.6.3", "ghc-7.6.3", "ghc-pkg-7.6.3")
-                , ("7.8.3", "ghc-7.8.3", "ghc-pkg-7.8.3") ]
-  , tiTest = [("dist/build/prednote-test/prednote-test", [])]
-  }
-
-main = runTests inputs
