diff --git a/either-list-functions.cabal b/either-list-functions.cabal
--- a/either-list-functions.cabal
+++ b/either-list-functions.cabal
@@ -1,49 +1,45 @@
--- This file has been generated from package.yaml by hpack version 0.20.0.
---
--- see: https://github.com/sol/hpack
---
--- hash: 0a8c69b63be2cc464d5845e725a023129f39c228c94d1448f9bceb154ca78870
+name:     either-list-functions
+version:  0.0.0.3
+category: Data
+synopsis: Functions involving lists of Either
 
-name:           either-list-functions
-version:        0.0.0.2
-synopsis:       Functions involving lists of Either
-description:    Functions involving lists of Either
-category:       Data
-homepage:       https://github.com/chris-martin/either-list-functions#readme
-bug-reports:    https://github.com/chris-martin/either-list-functions/issues
-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: Functions involving lists of Either.
 
+homepage:    https://github.com/chris-martin/either-list-functions
+bug-reports: https://github.com/chris-martin/either-list-functions/issues
+
+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
+
 source-repository head
   type: git
   location: https://github.com/chris-martin/either-list-functions
 
 library
-  hs-source-dirs:
-      src
+  default-language: Haskell2010
+  hs-source-dirs: src
   ghc-options: -Wall
+
   build-depends:
-      base >=4.9 && <4.11
+      base >=4.9 && <4.12
+
   exposed-modules:
       Data.List.EitherFunctions
-  other-modules:
-      Paths_either_list_functions
-  default-language: Haskell2010
 
 test-suite doctest
+  default-language: Haskell2010
   type: exitcode-stdio-1.0
   main-is: doctest.hs
-  hs-source-dirs:
-      test
   ghc-options: -Wall -threaded
+  hs-source-dirs: test
+
   build-depends:
-      base >=4.9 && <4.11
+      base >=4.9 && <4.12
     , doctest
     , either-list-functions
-  other-modules:
-      Paths_either_list_functions
-  default-language: Haskell2010
