diff --git a/preamble.cabal b/preamble.cabal
--- a/preamble.cabal
+++ b/preamble.cabal
@@ -1,55 +1,59 @@
-name:                  preamble
-version:               0.0.60
-synopsis:              Yet another prelude.
-description:           A prelude built on basic-prelude.
-homepage:              https://github.com/swift-nav/preamble
-license:               MIT
-license-file:          LICENSE
-author:                Swift Navigation Inc.
-maintainer:            Mark Fine <dev@swiftnav.com>
-copyright:             Copyright (C) 2016 Swift Navigation, Inc.
-category:              Prelude
-build-type:            Simple
-cabal-version:         >= 1.22
-
-library
-  hs-source-dirs:      src
-  exposed-modules:     Preamble
-  other-modules:       Preamble.Aeson
-                     , Preamble.Ctx
-                     , Preamble.Lens
-                     , Preamble.Prelude
-                     , Preamble.Stats
-                     , Preamble.Trace
-                     , Preamble.Types
-                     , Preamble.Types.Alias
-                     , Preamble.Types.Ctx
-                     , Preamble.Types.Orphan
-                     , Preamble.Types.Trans
-  default-language:    Haskell2010
-  ghc-options:         -Wall
-  build-depends:       MonadRandom
-                     , aeson
-                     , base >= 4.8 && < 5
-                     , basic-prelude
-                     , exceptions
-                     , fast-logger
-                     , lens
-                     , lifted-base
-                     , monad-control
-                     , monad-logger
-                     , mtl
-                     , network
-                     , resourcet
-                     , safe
-                     , template-haskell
-                     , text
-                     , text-manipulate
-                     , time
-                     , transformers-base
-                     , unordered-containers
-                     , uuid
+cabal-version: >=1.22
+name: preamble
+version: 0.0.61
+license: MIT
+license-file: LICENSE
+copyright: Copyright (C) 2016 Swift Navigation, Inc.
+maintainer: Mark Fine <dev@swiftnav.com>
+author: Swift Navigation Inc.
+homepage: https://github.com/swift-nav/preamble
+synopsis: Yet another prelude.
+description:
+    A prelude built on basic-prelude.
+category: Prelude
+build-type: Simple
 
 source-repository head
-  type:                git
-  location:            git@github.com:swift-nav/preamble.git
+    type: git
+    location: git@github.com:swift-nav/preamble.git
+
+library
+    exposed-modules:
+        Preamble
+    hs-source-dirs: src
+    other-modules:
+        Preamble.Aeson
+        Preamble.Ctx
+        Preamble.Lens
+        Preamble.Prelude
+        Preamble.Stats
+        Preamble.Trace
+        Preamble.Types
+        Preamble.Types.Alias
+        Preamble.Types.Ctx
+        Preamble.Types.Orphan
+        Preamble.Types.Trans
+    default-language: Haskell2010
+    ghc-options: -Wall
+    build-depends:
+        MonadRandom >=0.5.1,
+        aeson >=1.2.4.0,
+        base >=4.8 && <5,
+        basic-prelude >=0.7.0,
+        exceptions >=0.8.3,
+        fast-logger >=2.4.11,
+        lens >=4.15.4,
+        lifted-base >=0.2.3.12,
+        monad-control >=1.0.2.3,
+        monad-logger >=0.3.28.2,
+        mtl >=2.2.2,
+        network >=2.6.3.4,
+        resourcet >=1.1.11,
+        safe >=0.3.15,
+        template-haskell >=2.12.0.0,
+        text >=1.2.2.2,
+        text-manipulate >=0.2.0.1,
+        time >=1.8.0.2,
+        transformers-base >=0.4.4,
+        unordered-containers >=0.2.8.0,
+        uuid >=1.3.13
