Skip to content

Commit

Permalink
Bump various dependency ranges
Browse files Browse the repository at this point in the history
but blocked on haskell/mtl#138
  • Loading branch information
nomeata committed Jan 1, 2023
1 parent 87a4f01 commit 3677429
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 9 additions & 9 deletions candid.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: candid
version: 0.4
version: 0.4.0.1
license: Apache
license-file: LICENSE
maintainer: [email protected]
Expand Down Expand Up @@ -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,
Expand All @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit 3677429

Please sign in to comment.