name: strict-base-types version: 0.8.1 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 , Simon Meier maintainer: Bas van Dijk , Oleg Grenrus , Simon Meier 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.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.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.2.3.0 && <2.3 , base >=4.12.0.0 && <5 , quickcheck-instances >=0.3.31 && <0.4 , strict >=0.5.1 && <0.5.2 , strict-lens >=0.4.1 && <0.4.2 hs-source-dirs: src exposed-modules: Data.Either.Strict Data.Maybe.Strict Data.Tuple.Strict