Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.7.4.0

* Update to `primitive-0.7.4.0`

# 0.7.3.0

* Update to `primitive-0.7.3.0`
Expand Down
4 changes: 2 additions & 2 deletions primitive-checked.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: primitive-checked
version: 0.7.3.0
version: 0.7.4.0
synopsis: primitive functions with bounds-checking
homepage: https://github.com/haskell-primitive/primitive-checked#readme
bug-reports: https://github.com/haskell-primitive/primitive-checked/issues
Expand Down Expand Up @@ -42,7 +42,7 @@ library
src
build-depends:
base >= 4.9.1.0 && < 5
, primitive == 0.7.3.*
, primitive == 0.7.4.*
exposed-modules:
Data.Primitive
Data.Primitive.Array
Expand Down