diff --git a/fizzbuzz-as-a-service.cabal b/fizzbuzz-as-a-service.cabal
--- a/fizzbuzz-as-a-service.cabal
+++ b/fizzbuzz-as-a-service.cabal
@@ -1,34 +1,31 @@
--- This file has been generated from package.yaml by hpack version 0.20.0.
---
--- see: https://github.com/sol/hpack
---
--- hash: 6502476fb09a9d364679de61369a6a5103ccec5a989e67ff874c909ff4952f19
+name:     fizzbuzz-as-a-service
+version:  0.1.0.3
+category: Network APIs
+synopsis: FizzBuzz as a service
 
-name:           fizzbuzz-as-a-service
-version:        0.1.0.2
-synopsis:       FizzBuzz as a service.
-description:    FizzBuzz as a service.
-category:       Network APIs
-homepage:       https://github.com/chris-martin/fizzbuzz-as-a-service
-author:         Chris Martin <ch.martin@gmail.com>
-maintainer:     Chris Martin <ch.martin@gmail.com>
-license:        Apache-2.0
-license-file:   license.txt
-build-type:     Simple
-cabal-version:  >= 1.10
+description: FizzBuzz as a service.
 
+homepage: https://github.com/chris-martin/fizzbuzz-as-a-service
+
+author:     Chris Martin <ch.martin@gmail.com>
+maintainer: Chris Martin <ch.martin@gmail.com>
+
+license: Apache-2.0
+license-file: license.txt
+
+cabal-version: >= 1.10
+build-type: Simple
+
 executable fizzbuzz-server
+  default-language: Haskell2010
   main-is: fizzbuzz-server.hs
-  hs-source-dirs:
-      app
+  hs-source-dirs: app
   default-extensions: NoImplicitPrelude
   ghc-options: -Wall -threaded
+
   build-depends:
       async
-    , base >=4.9 && <4.11
+    , base >=4.9 && <4.12
     , bytestring
     , network-simple
     , optparse-applicative
-  other-modules:
-      Paths_fizzbuzz_as_a_service
-  default-language: Haskell2010
