diff --git a/friday-juicypixels.cabal b/friday-juicypixels.cabal
--- a/friday-juicypixels.cabal
+++ b/friday-juicypixels.cabal
@@ -1,5 +1,5 @@
 name:                friday-juicypixels
-version:             0.1.2.3
+version:             0.1.2.4
 synopsis:            Converts between the Friday and JuicyPixels image types
 description:         See <https://github.com/TomMD/friday-juicypixels#readme README>
 homepage:            github.com/TomMD/friday-juicypixels
@@ -8,7 +8,6 @@
 author:              Thomas M. DuBuisson
 maintainer:          thomas.dubuisson@gmail.com
 -- copyright:
-homepage:            https://github.com/TomMD/friday-juicypixels
 bug-reports:         https://github.com/TomMD/friday-juicypixels/issues
 stability:           alpha
 category:            Codec
@@ -26,12 +25,11 @@
   exposed-modules:     Vision.Image.JuicyPixels
   -- other-modules:
   other-extensions:    ViewPatterns
-  build-depends:       base            >= 4.6     &&  <  4.11
+  build-depends:       base            >= 4.6     &&  <  5
                      , friday          >= 0.2     &&  <  0.3
                      , JuicyPixels
                      , vector
   -- hs-source-dirs:
-  default-language:    Haskell2010
   ghc-options:         -Wall
 
 test-suite test
