packages feed

unlifted-0.2.1.0: unlifted.cabal

cabal-version: 2.2
name: unlifted
version: 0.2.1.0
synopsis: Unlifted and levity-polymorphic types
description:
  Unlifted and levity-polymorphic variants of several types from
  `base`.
homepage: https://github.com/andrewthad/unlifted
bug-reports: https://github.com/andrewthad/unlifted/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.Unlifted
    Data.Text.Short.Unlifted
    Data.Either.Void
    Data.Maybe.Void
  hs-source-dirs: src
  build-depends:
    , base >=4.16 && <5
    , text-short >=0.1.5
    , bytestring >=0.11.3.1
  default-language: Haskell2010