diff --git a/salve.cabal b/salve.cabal
--- a/salve.cabal
+++ b/salve.cabal
@@ -1,9 +1,11 @@
--- This file has been generated from package.yaml by hpack version 0.17.1.
+-- This file has been generated from package.yaml by hpack version 0.20.0.
 --
 -- see: https://github.com/sol/hpack
+--
+-- hash: 544b5c9d39662154103eff1e3cd4e7195cb4eafaf7d7832c80b7ce245d52c961
 
 name:           salve
-version:        0.0.9
+version:        0.0.10
 synopsis:       Semantic version numbers and constraints.
 description:    Salve provides semantic version (SemVer) numbers and constraints (ranges).
 category:       Distribution
@@ -32,6 +34,8 @@
   exposed-modules:
       Salve
       Salve.Internal
+  other-modules:
+      Paths_salve
   default-language: Haskell2010
 
 test-suite doctest
@@ -43,4 +47,6 @@
   build-depends:
       base >=4.8.2 && <4.11
     , doctest >=0.11.2 && <0.14
+  other-modules:
+      Paths_salve
   default-language: Haskell2010
