diff --git a/ChangeLog.md b/ChangeLog.md index 5b8c5745..6223cc06 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for patch +## 0.0.3.2 + +* Update version bounds + ## 0.0.3.1 * Replace `fromJust` with something easier to debug. diff --git a/patch.cabal b/patch.cabal index ec8eac38..53072e7a 100644 --- a/patch.cabal +++ b/patch.cabal @@ -1,5 +1,5 @@ Name: patch -Version: 0.0.3.1 +Version: 0.0.3.2 Synopsis: Data structures for describing changes to other data structures. Description: Data structures for describing changes to other data structures. @@ -14,7 +14,7 @@ Maintainer: maintainer@obsidian.systems Stability: Experimental Category: FRP Build-type: Simple -Cabal-version: >=1.9.2 +Cabal-version: >=1.10 homepage: https://obsidian.systems bug-reports: https://github.com/reflex-frp/patch/issues extra-source-files: @@ -32,6 +32,7 @@ flag split-these library hs-source-dirs: src + default-language: Haskell2010 build-depends: base >= 4.9 && < 4.14 , constraints-extras >= 0.3 && < 0.4 , containers >= 0.6 && < 0.7 @@ -64,6 +65,7 @@ library , monoidal-containers == 0.4.0.0 test-suite hlint + default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: hlint.hs hs-source-dirs: test