diff --git a/antiope-core.cabal b/antiope-core.cabal
--- a/antiope-core.cabal
+++ b/antiope-core.cabal
@@ -1,11 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.28.2.
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.1.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 283d080463823fa745cd70a4642bb852ee41c17005108c4b77166f8b3693637b
+-- hash: 8e742507849a817565906b9ff8df7e899eb19232d1180ad2a567b47874eabda1
 
 name:           antiope-core
-version:        6.1.5
+version:        6.2.0
 description:    Please see the README on Github at <https://github.com/arbor/antiope#readme>
 category:       Services
 homepage:       https://github.com/arbor/antiope#readme
@@ -16,24 +18,15 @@
 license:        MIT
 license-file:   LICENSE
 build-type:     Simple
-cabal-version:  >= 1.10
 extra-source-files:
-    ChangeLog.md
     README.md
+    ChangeLog.md
 
 source-repository head
   type: git
   location: https://github.com/arbor/antiope
 
 library
-  exposed-modules:
-      Antiope.Core
-      Antiope.Core.Error
-      Antiope.Core.Internal.Show
-      Antiope.Env
-      Antiope.Orphans
-  other-modules:
-      Paths_antiope_core
   hs-source-dirs:
       src
   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -msse4.2
@@ -53,13 +46,19 @@
     , text
     , transformers
     , unliftio-core
+  exposed-modules:
+      Antiope.Core
+      Antiope.Core.Error
+      Antiope.Core.Internal.Show
+      Antiope.Env
+      Antiope.Orphans
+  other-modules:
+      Paths_antiope_core
   default-language: Haskell2010
 
 test-suite antiope-core-test
   type: exitcode-stdio-1.0
   main-is: Spec.hs
-  other-modules:
-      Paths_antiope_core
   hs-source-dirs:
       test
   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -msse4.2 -threaded -rtsopts -with-rtsopts=-N
@@ -80,4 +79,6 @@
     , text
     , transformers
     , unliftio-core
+  other-modules:
+      Paths_antiope_core
   default-language: Haskell2010
