Skip to content

Commit

Permalink
prepare for 0.1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad committed Jul 18, 2019
1 parent 6d4d478 commit ecd2bd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for primitive-addr

## 0.1.0.2 -- 2019-06-18
## 0.1.0.2 -- 2019-07-18

* Allow building with `primitive-0.6.4.0`.

Expand Down
7 changes: 5 additions & 2 deletions primitive-addr.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ cabal-version: 2.2
name: primitive-addr
version: 0.1.0.2
synopsis: Addresses to unmanaged memory
description:
This library provides the `Data.Primitive.Addr` module
that was a part of the `primitive` library before `primitive-0.7.0.0`.
homepage: https://github.com/andrewthad/primitive-addr
bug-reports: https://github.com/andrewthad/primitive-addr/issues
license: BSD-3-Clause
Expand All @@ -10,12 +13,12 @@ author: Andrew Martin
maintainer: [email protected]
copyright: 2019 Andrew Martin
category: Data
extra-source-files: CHANGELOG.md
extra-source-files: CHANGELOG.md

library
exposed-modules: Data.Primitive.Addr
build-depends:
base >=4.5.1.0 && <5
, base >=4.5.1.0 && <5
, primitive >=0.6.4 && <0.8
hs-source-dirs: src
default-language: Haskell2010

0 comments on commit ecd2bd4

Please sign in to comment.