name:                 wide-word
version:              0.1.7.0
visibility:           public
id:                   wide-word-0.1.7.0-BlHRmgATFbS2JF4UVyVt94
key:                  wide-word-0.1.7.0-BlHRmgATFbS2JF4UVyVt94
license:              BSD-2-Clause
copyright:
    Copyright (c) 2017 Erik de Castro Lopo <erikd@mega-nerd.com>

maintainer:           erikd@mega-nerd.com
author:               Erik de Castro Lopo
stability:            provisional
homepage:             https://github.com/erikd/wide-word
synopsis:
    Data types for large but fixed width signed and unsigned integers

description:
    A library to provide data types for large (ie > 64 bits) but fixed width signed
    and unsigned integers with the usual typeclass instances to allow them to be used
    interchangeably with `Word64`.

    The types and operations are coded to be as fast as possible using strictness
    annotations, `INLINEABLE` pragmas and unboxed values and operations where
    appropriate.

category:             Data
abi:                  35e58829d10e59d29800b849ccaa1049
exposed:              True
exposed-modules:
    Data.WideWord Data.WideWord.Int128 Data.WideWord.Word128
    Data.WideWord.Word256 Data.WideWord.Word64

hidden-modules:       Data.WideWord.Compat
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/wide-word-0.1.7.0-BlHRmgATFbS2JF4UVyVt94

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/wide-word-0.1.7.0-BlHRmgATFbS2JF4UVyVt94

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/wide-word-0.1.7.0-BlHRmgATFbS2JF4UVyVt94

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/wide-word-0.1.7.0
hs-libraries:         HSwide-word-0.1.7.0-BlHRmgATFbS2JF4UVyVt94
depends:
    base-4.20.0.0-inplace binary-0.8.9.2-inplace
    deepseq-1.5.0.0-inplace ghc-prim-0.11.0-inplace
    hashable-1.5.0.0-93vVlDWTvOTF1kJlBpPOXB
    primitive-0.9.0.0-E3mDWyaMF4OIki7z5jah63

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/wide-word-0.1.7.0/html/wide-word.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/wide-word-0.1.7.0/html
