diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+2022-03-07
+        * Version bump (3.8). (#298)
+        * Mark package as uncurated to avoid modification. (#288)
+
 2022-01-07
         * Version bump (3.7). (#287)
         * Add example with nested structs. (#275)
diff --git a/copilot.cabal b/copilot.cabal
--- a/copilot.cabal
+++ b/copilot.cabal
@@ -1,5 +1,5 @@
 name:                copilot
-version:             3.7
+version:             3.8
 cabal-version:       >= 1.10
 license:             BSD3
 license-file:        LICENSE
@@ -24,6 +24,8 @@
   A tutorial, examples, and other information are available at
   <https://copilot-language.github.io>.
 
+x-curation: uncurated
+
 extra-source-files:
   README.md
   CHANGELOG
@@ -50,11 +52,11 @@
                      , directory            >= 1.3  && < 1.4
                      , filepath             >= 1.4  && < 1.5
 
-                     , copilot-core         >= 3.7  && < 3.8
-                     , copilot-theorem      >= 3.7  && < 3.8
-                     , copilot-language     >= 3.7  && < 3.8
-                     , copilot-libraries    >= 3.7  && < 3.8
-                     , copilot-c99          >= 3.7  && < 3.8
+                     , copilot-core         >= 3.8  && < 3.9
+                     , copilot-theorem      >= 3.8  && < 3.9
+                     , copilot-language     >= 3.8  && < 3.9
+                     , copilot-libraries    >= 3.8  && < 3.9
+                     , copilot-c99          >= 3.8  && < 3.9
 
 
     exposed-modules: Language.Copilot, Language.Copilot.Main
