diff --git a/dhall-check.cabal b/dhall-check.cabal
--- a/dhall-check.cabal
+++ b/dhall-check.cabal
@@ -1,36 +1,32 @@
--- This file has been generated from package.yaml by hpack version 0.17.0.
---
--- see: https://github.com/sol/hpack
-
-name:           dhall-check
-version:        1.0.0.0
-synopsis:       Check all dhall files in a project
-category:       Development
-homepage:       https://github.com/anfelor/dhall-check#readme
-bug-reports:    https://github.com/anfelor/dhall-check/issues
-author:         Anton Felix Lorenzen
-maintainer:     anfelor@posteo.de
-copyright:      BSD3
-license:        BSD3
-license-file:   LICENSE
-build-type:     Simple
-cabal-version:  >= 1.10
+name: dhall-check
+version: 1.0.0.1
+cabal-version: >=1.10
+build-type: Simple
+license: BSD3
+license-file: LICENSE
+copyright: BSD3
+maintainer: anfelor@posteo.de
+homepage: https://github.com/anfelor/dhall-check#readme
+bug-reports: https://github.com/anfelor/dhall-check/issues
+synopsis: Check all dhall files in a project
+category: Development
+author: Anton Felix Lorenzen
 
 source-repository head
-  type: git
-  location: https://github.com/anfelor/dhall-check
+    type: git
+    location: https://github.com/anfelor/dhall-check
 
 executable dhall-check
-  main-is: Main.hs
-  hs-source-dirs:
-      src
-  build-depends:
-      base >= 4.7 && < 5
-    , containers
-    , directory
-    , dhall
-    , filepath
-    , fsnotify
-    , trifecta
-    , text
-  default-language: Haskell2010
+    main-is: Main.hs
+    build-depends:
+        base >=4.7 && <5,
+        containers >=0.5.7.1 && <0.6,
+        directory >=1.3.0.0 && <1.4,
+        dhall >=1.2.0 && <1.3,
+        filepath >=1.4.1.1 && <1.5,
+        fsnotify >=0.2.1 && <0.3,
+        trifecta >=1.6.2.1 && <1.7,
+        text >=1.2.2.1 && <1.3
+    default-language: Haskell2010
+    hs-source-dirs: src
+
