constrictor-0.1.1.1: constrictor.cabal
name:
constrictor
version:
0.1.1.1
synopsis:
strict versions of many things in base
description:
This package provides strict versions of many functions in
base, including many folding functions not present in there.
homepage:
https://github.com/chessai/constrictor.git
license:
MIT
license-file:
LICENSE
author:
chessai
maintainer:
chessai1996@gmail.com
copyright:
2018 (c) chessai
category:
Control
build-type:
Simple
extra-source-files:
ChangeLog.md
cabal-version:
>=1.10
library
hs-source-dirs:
src
exposed-modules:
Constrictor
build-depends:
base >=4.5 && < 5.0
, ghc-prim
, transformers
default-language:
Haskell2010