diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Change Log
 
+## 0.1.2.1
+
+* Removed some dependencies that crept in so we can build against stackage
+  nightly and use GHC 8. These were actually dependencies of
+  `stratosphere-gen` and aren't needed for `stratosphere`.
+
 ## 0.1.2
 
 * Added all of the resources and resource properties for Auto Scaling Groups.
diff --git a/stratosphere.cabal b/stratosphere.cabal
--- a/stratosphere.cabal
+++ b/stratosphere.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           stratosphere
-version:        0.1.2
+version:        0.1.2.1
 synopsis:       EDSL for AWS CloudFormation
 description:    EDSL for AWS CloudFormation
 category:       AWS, Cloud
@@ -35,10 +35,7 @@
     , aeson >= 0.11
     , aeson-pretty >= 0.7
     , bytestring
-    , ede
     , lens >= 4.5
-    , system-fileio
-    , system-filepath
     , template-haskell >= 2.0
     , text >= 1.1
     , unordered-containers >= 0.2
@@ -134,10 +131,7 @@
     , aeson >= 0.11
     , aeson-pretty >= 0.7
     , bytestring
-    , ede
     , lens >= 4.5
-    , system-fileio
-    , system-filepath
     , template-haskell >= 2.0
     , text >= 1.1
     , unordered-containers >= 0.2
@@ -154,10 +148,7 @@
     , aeson >= 0.11
     , aeson-pretty >= 0.7
     , bytestring
-    , ede
     , lens >= 4.5
-    , system-fileio
-    , system-filepath
     , template-haskell >= 2.0
     , text >= 1.1
     , unordered-containers >= 0.2
@@ -174,10 +165,7 @@
     , aeson >= 0.11
     , aeson-pretty >= 0.7
     , bytestring
-    , ede
     , lens >= 4.5
-    , system-fileio
-    , system-filepath
     , template-haskell >= 2.0
     , text >= 1.1
     , unordered-containers >= 0.2
@@ -194,10 +182,7 @@
     , aeson >= 0.11
     , aeson-pretty >= 0.7
     , bytestring
-    , ede
     , lens >= 4.5
-    , system-fileio
-    , system-filepath
     , template-haskell >= 2.0
     , text >= 1.1
     , unordered-containers >= 0.2
@@ -218,10 +203,7 @@
     , aeson >= 0.11
     , aeson-pretty >= 0.7
     , bytestring
-    , ede
     , lens >= 4.5
-    , system-fileio
-    , system-filepath
     , template-haskell >= 2.0
     , text >= 1.1
     , unordered-containers >= 0.2
