unlifted-0.2.3.0: unlifted.cabal
cabal-version: 2.4
name: unlifted
version: 0.2.3.0
synopsis: Unlifted and levity-polymorphic types
description:
Unlifted and levity-polymorphic variants of several types from
`base`.
homepage: https://github.com/byteverse/unlifted
bug-reports: https://github.com/byteverse/unlifted/issues
license: BSD-3-Clause
license-file: LICENSE
author: Andrew Martin
maintainer: amartin@layer3com.com
copyright: 2019 Andrew Martin
category: Data
extra-doc-files:
CHANGELOG.md
README.md
tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1
common build-settings
default-language: Haskell2010
ghc-options: -Wall -Wunused-packages
library
import: build-settings
exposed-modules:
Data.Either.Void
Data.Maybe.Void
Data.Maybe.Word16
Data.Text.Short.Unlifted
Data.Unlifted
Control.Monad.IO.Unlifted
hs-source-dirs: src
build-depends:
, base >=4.16 && <5
, bytestring >=0.11.3.1
, text-short >=0.1.5
ghc-options: -O2
source-repository head
type: git
location: git://github.com/byteverse/unlifted.git