diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,6 @@
 # Changelog for grid
 
+7.8.11 Revamped to work with Nix + Stack.
 7.8.10 Revamped to work with Stack v1.7.1.
 
 ## Unreleased changes
diff --git a/grid.cabal b/grid.cabal
--- a/grid.cabal
+++ b/grid.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: add150642d3d975fd2ae7f93f27f6bb6a586d77198f61f9e7d145568cbab1255
+-- hash: b7f83e97618d4feffa720e42e28dece766fb7e44c9e2a7e4999c0813862e9f02
 
 name:           grid
-version:        7.8.10
+version:        7.8.11
 synopsis:       Tools for working with regular grids (graphs, lattices).
 description:    Please see the README on GitHub at <https://github.com/mhwombat/grid#readme>
 category:       Math
@@ -17,10 +19,9 @@
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
-cabal-version:  >= 1.10
 extra-source-files:
-    ChangeLog.md
     README.md
+    ChangeLog.md
 
 source-repository head
   type: git
@@ -52,7 +53,7 @@
     , containers
   default-language: Haskell2010
 
-test-suite som-test
+test-suite grid-test
   type: exitcode-stdio-1.0
   main-is: Spec.hs
   other-modules:
