cabal-version: 2.4
name: wide-word-instances
version: 0.1
synopsis: Instances for wide-word
description:
This package provides extra instances for @wide-word@, that are currently
unsuitable for either @wide-word@ itself or the typeclass's own package,
because it would introduce too many dependencies.
homepage: https://github.com/infinity0/wide-word-instances
bug-reports: https://github.com/infinity0/wide-word-instances/issues
license: BSD-3-Clause
license-file: LICENSE
author: Ximin Luo
maintainer: infinity0@pwned.gg
copyright: (c) 2021 by Ximin Luo
category: Data, Numeric, Instances
extra-source-files: CHANGELOG.md
tested-with:
GHC ==8.0.2
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.3
|| ==8.10.4
|| ==9.0.1
library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
build-depends:
-- boot libs, see https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
base >=4.9.0.0 && <5
, binary >=0.8.3.0 && <0.9
, serialise >=0.2.3.0 && <0.3
, wide-word >=0.1.1.0 && <0.2
exposed-modules:
Data.WideWord.Instances