Skip to content

Commit

Permalink
allow building with primitive-0.6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad committed Jun 18, 2019
1 parent 3764b28 commit 6d4d478
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for primitive-addr

## 0.1.0.2 -- 2019-06-18

* Allow building with `primitive-0.6.4.0`.

## 0.1.0.1 -- 2019-06-18

* Allow building with GHCs as old as 7.4.2.
Expand Down
4 changes: 2 additions & 2 deletions primitive-addr.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: primitive-addr
version: 0.1.0.1
version: 0.1.0.2
synopsis: Addresses to unmanaged memory
homepage: https://github.com/andrewthad/primitive-addr
bug-reports: https://github.com/andrewthad/primitive-addr/issues
Expand All @@ -16,6 +16,6 @@ library
exposed-modules: Data.Primitive.Addr
build-depends:
base >=4.5.1.0 && <5
, primitive >=0.7 && <0.8
, primitive >=0.6.4 && <0.8
hs-source-dirs: src
default-language: Haskell2010
2 changes: 1 addition & 1 deletion src/Data/Primitive/Addr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module Data.Primitive.Addr

import Numeric (showHex)
import Control.Monad.Primitive
import Data.Primitive.Types
import Data.Primitive.Types (Prim(..))
import Data.Primitive.ByteArray

import GHC.Exts
Expand Down

0 comments on commit 6d4d478

Please sign in to comment.