diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e848f9..b92fabc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Revision history for haskell-candid -## 0.4-- 2022-11-05 +## 0.4.0.1 -- 2023-01-01 + +* Bump dependencies + +## 0.4 -- 2022-11-05 * Fix did file parsing bug: Allow underscores in unicode escapes * Implement the new subtyping rules from spec version 0.1.4 diff --git a/candid.cabal b/candid.cabal index 9c8bdd1..8ff2f58 100644 --- a/candid.cabal +++ b/candid.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: candid -version: 0.4 +version: 0.4.0.1 license: Apache license-file: LICENSE maintainer: mail@joachim-breitner.de @@ -48,15 +48,15 @@ library ghc-options: -Wall -Wno-name-shadowing build-depends: base >=4.12 && <5, - text >=1.2.3.1 && <1.3, + text >=1.2.3.1 && <2.1, dlist >=0.8.0.8 && <1.1, - vector >=0.12.1.2 && <0.13, + vector >=0.12.1.2 && <0.14, bytestring >=0.10.8.2 && <0.12, - mtl >=2.2.2 && <2.3, - transformers >=0.5.6.2 && <0.6, + mtl >=2.2.2 && <2.4, + transformers >=0.5.6.2 && <0.7, hex-text >=0.1.0.0 && <0.2, crc >=0.1.0.0 && <0.2, - megaparsec >=8 && <9.3, + megaparsec >=8 && <9.4, parser-combinators >=1.2 && <1.4, scientific >=0.3.6.2 && <0.4, cereal >=0.5.8.1 && <0.6, @@ -79,7 +79,7 @@ executable hcandid base ==4.*, candid -any, optparse-applicative >=0.15.1.0 && <0.18, - text >=1.2.3.1 && <1.3, + text >=1.2.3.1 && <2.1, bytestring >=0.10.8.2 && <0.12, hex-text >=0.1.0.0 && <0.2, prettyprinter >=1.6.2 && <1.8 @@ -105,8 +105,8 @@ test-suite test smallcheck >=1.2 && <1.3, candid -any, bytestring >=0.10.8.2 && <0.12, - text >=1.2.3.1 && <1.3, - vector >=0.12.1.2 && <0.13, + text >=1.2.3.1 && <2.1, + vector >=0.12.1.2 && <0.14, prettyprinter >=1.6.2 && <1.8, unordered-containers >=0.2.10.0 && <0.3, row-types > 1.0.0.0 && < 1.1,