name: strict-base-types
version: 0.8
synopsis: Strict variants of the types provided in base.
category: Data
description:
Since version 0.7 the functionality in this package
have been merged into `strict`, `aeson` and `quickcheck-instances`
packages, and lens functionality moved into `strict-lens` package.
license: BSD3
license-file: LICENSE
author:
Roman Leshchinskiy <rl@cse.unsw.edu.au>,
Simon Meier <iridcode@gmail.com>
maintainer:
Bas van Dijk <v.dijk.bas@gmail.com>, Oleg Grenrus <oleg.grenrus@iki.fi>, Simon Meier <iridcode@gmail.com>
copyright:
(c) 2006-2008 by Roman Leshchinskiy
(c) 2013-2014 by Simon Meier
homepage: https://github.com/haskell-strict/strict
cabal-version: >=1.10
build-type: Simple
tested-with:
GHC ==8.0.2
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
|| ==9.2.7
|| ==9.4.4
|| ==9.6.1
extra-source-files: CHANGES
source-repository head
type: git
location: https://github.com/haskell-strict/strict.git
subdir: strict-base-types
library
default-language: Haskell2010
ghc-options: -Wall
build-depends:
aeson >=2.1.2.1 && <2.2
, base >=4.9 && <5
, quickcheck-instances >=0.3.24 && <0.4
, strict >=0.5 && <0.5.1
, strict-lens >=0.4 && <0.5
hs-source-dirs: src
exposed-modules:
Data.Either.Strict
Data.Maybe.Strict
Data.Tuple.Strict