operational 0.2.4.0 → 0.2.4.1
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- CHANGELOG.md +4/−0
- operational.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,10 @@ Changelog for the `operational` package --------------------------------------- +**0.2.4.1** -- Maintenance release.++* Restrict dependencies to ensure GHC >= 7.10.+ **0.2.4.0** -- Feature release. * Update to build with GHC 9.0.1.
operational.cabal view
@@ -1,5 +1,5 @@ Name: operational-Version: 0.2.4.0+Version: 0.2.4.1 Synopsis: Implementation of difficult monads made easy with operational semantics. Description:@@ -56,7 +56,7 @@ hs-source-dirs: src exposed-modules: Control.Monad.Operational - build-depends: base >= 4.4 && < 5, mtl >= 1.1 && < 2.3.0+ build-depends: base >= 4.8 && < 5, mtl >= 1.1 && < 2.3.0 ghc-options: -Wall Executable operational-TicTacToe