copilot-theorem 4.8 → 4.8.1
raw patch · 3 files changed
+7/−4 lines, 3 filesdep ~copilot-coredep ~copilot-prettyprinterPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: copilot-core, copilot-prettyprinter
API changes (from Hackage documentation)
Files
- CHANGELOG +4/−0
- copilot-theorem.cabal +3/−3
- src/Copilot/Theorem/What4/Translate.hs +0/−1
CHANGELOG view
@@ -1,3 +1,7 @@+2026-09-07+ * Version bump (4.8.1). (#760)+ * Remove unnecessary extension. (#733)+ 2026-07-07 * Version bump (4.8). (#745) * Extend range of versions of Kind2. (#734)
copilot-theorem.cabal view
@@ -14,7 +14,7 @@ <https://copilot-language.github.io>. -version : 4.8+version : 4.8.1 license : BSD3 license-file : LICENSE maintainer : Ivan Perez <ivan.perezdominguez@nasa.gov>@@ -63,8 +63,8 @@ , transformers >= 0.5 && < 0.7 , what4 >= 1.3 && < 1.8 - , copilot-core >= 4.8 && < 4.9- , copilot-prettyprinter >= 4.8 && < 4.9+ , copilot-core >= 4.8.1 && < 4.9+ , copilot-prettyprinter >= 4.8.1 && < 4.9 exposed-modules : Copilot.Theorem , Copilot.Theorem.Prove
src/Copilot/Theorem/What4/Translate.hs view
@@ -2,7 +2,6 @@ {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-}-{-# LANGUAGE PatternSynonyms #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE StandaloneDeriving #-}