cabal-version: 2.2
name:
primitive-stablename
version:
0.1
synopsis:
primitive operations on StableNames
description:
Primitive operations on @'Data.Primitive.StableName'@s. This differs from the module
'System.Mem.StableName', in that it works in 'Control.Monad.ST.ST', 'IO', and any monad
transformer stack built on top of either. It is recommended that users
read the documentation of 'System.Mem.StableName' to learn more about
the properties of @'Data.Primitive.StableName'@s.
homepage:
https://github.com/chessai/primitive-stablename
bug-reports:
https://github.com/chessai/primitive-stablename/issues
license:
BSD-3-Clause
license-file:
LICENSE
author:
chessai
maintainer:
chessai <chessai1996@gmail.com>
copyright:
© 2019 chessai
category:
Data
build-type:
Simple
extra-doc-files:
README.md
, CHANGELOG.md
tested-with:
GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3
library
hs-source-dirs:
src
exposed-modules:
Data.Primitive.StableName
build-depends:
, base >= 4.10.1.0 && < 4.13
, primitive >= 0.6.4 && < 0.8
ghc-options:
-Wall
-O2
default-language:
Haskell2010
source-repository head
type:
git
location:
https://github.com/chessai/primitive-stablename.git