cabal-version: 2.2 name: primitive-addr version: 0.1.0.2 x-revision: 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 license-file: LICENSE author: Andrew Martin maintainer: andrew.thaddeus@gmail.com copyright: 2019 Andrew Martin category: Data extra-source-files: CHANGELOG.md library exposed-modules: Data.Primitive.Addr build-depends: , base >=4.5.1.0 && <5 , primitive >=0.6.4 && <0.10 hs-source-dirs: src default-language: Haskell2010