diff --git a/shakers.cabal b/shakers.cabal
--- a/shakers.cabal
+++ b/shakers.cabal
@@ -1,34 +1,39 @@
-name:                  shakers
-version:               0.0.23
-synopsis:              Shake helpers.
-description:           Primitive helpers for Shake files.
-homepage:              https://github.com/swift-nav/shakers
-license:               MIT
-license-file:          LICENSE
-author:                Swift Navigation Inc.
-maintainer:            Mark Fine <dev@swiftnav.com>
-copyright:             Copyright (C) 2016 Swift Navigation, Inc.
-category:              Development
-build-type:            Simple
-cabal-version:         >= 1.22
+name: shakers
+version: 0.0.24
+cabal-version: >=1.22
+build-type: Simple
+license: MIT
+license-file: LICENSE
+copyright: Copyright (C) 2016 Swift Navigation, Inc.
+maintainer: Mark Fine <dev@swiftnav.com>
+homepage: https://github.com/swift-nav/shakers
+synopsis: Shake helpers.
+description:
+    Primitive helpers for Shake files.
+category: Development
+author: Swift Navigation Inc.
 
+source-repository head
+    type: git
+    location: git@github.com:swift-nav/shakers.git
+
 library
-  hs-source-dirs:      src
-  exposed-modules:     Development.Shakers
-  default-language:    Haskell2010
-  ghc-options:         -Wall
-  build-depends:       base          >= 4.8    && < 5
-                     , basic-prelude >= 0.5.2
-                     , directory     >= 1.2.2
-                     , shake         >= 0.15.5
+    exposed-modules:
+        Development.Shakers
+    build-depends:
+        base >=4.8 && <5,
+        basic-prelude >=0.5.2,
+        directory >=1.2.2.0,
+        shake >=0.15.11
+    default-language: Haskell2010
+    hs-source-dirs: src
+    ghc-options: -Wall
 
 executable shake-shakers
-  main-is:             Shakefile.hs
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wall
-  build-depends:       base
-                     , shakers
-  default-language:    Haskell2010
+    main-is: Shakefile.hs
+    build-depends:
+        base >=4.8.2.0,
+        shakers >=0.0.24
+    default-language: Haskell2010
+    ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
 
-source-repository head
-  type:                git
-  location:            git@github.com:swift-nav/shakers.git
