cabal-version: 2.4
name: singlethongs
version: 0.1
license: BSD-3-Clause
license-file: LICENSE
extra-source-files: README.md CHANGELOG.md
author: Renzo Carbonara
maintainer: renλren.zone
copyright: Copyright (c) Renzo Carbonara 2020
category: Data
build-type: Simple
synopsis: Like singletons, but much smaller.
description: Like singletons, but much smaller.
homepage: https://gitlab.com/k0001/singlethongs
bug-reports: https://gitlab.com/k0001/singlethongs/issues
tested-with:
GHC == 8.6.0,
GHC == 8.6.5,
GHC == 8.8.2
library
hs-source-dirs: lib
ghc-options: -Wall -Werror=incomplete-patterns -O2
ghcjs-options: -Wall -Werror=incomplete-patterns -O3
default-language: Haskell2010
exposed-modules:
Singlethongs
other-modules:
Singlethongs.Internal
Singlethongs.TH
build-depends:
base ==4.*,
template-haskell,
test-suite test
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
build-depends:
base,
singlethongs,