diff --git a/confcrypt.cabal b/confcrypt.cabal
--- a/confcrypt.cabal
+++ b/confcrypt.cabal
@@ -2,11 +2,11 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 2c9303345239b5c99d7178fd414d1bfd1a6bba670f523d8f11d8eb89dfcbc3e8
+-- hash: 30dd2d868e9fd1f760c465a52d2059291a28d58efbb05d5686f8aaec06920e69
 
 name:           confcrypt
-version:        0.1.0.0
-description:    Please see the README on GitHub at <https://github.com/githubuser/confcrypt#readme>
+version:        0.1.0.1
+description:    Please see the README on GitHub at <https://github.com/CollegeVine/confcrypt#readme>
 homepage:       https://github.com/https://github.com/collegevine/confcrypt#readme
 bug-reports:    https://github.com/https://github.com/collegevine/confcrypt/issues
 author:         Chris Coffey
@@ -57,7 +57,6 @@
     , parser-combinators
     , text
     , transformers
-    , async
   default-language: Haskell2010
 
 executable confcrypt
@@ -67,7 +66,7 @@
       ConfCrypt.CLI.Engine
   hs-source-dirs:
       app
-  default-extensions: MultiParamTypeClasses OverloadedStrings FlexibleContexts FlexibleInstances NamedFieldPuns TupleSections ExistentialQuantification TypeApplications UndecidableInstances BangPatterns ViewPatterns
+  default-extensions: MultiParamTypeClasses OverloadedStrings FlexibleContexts FlexibleInstances NamedFieldPuns TupleSections ExistentialQuantification TypeApplications UndecidableInstances BangPatterns ViewPatterns GADTs
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       amazonka
