Name: strict Version: 0.2 Synopsis: Strict data types Category: Data Description: This package provides strict versions of some standard Haskell data types (pairs, Maybe and Either at the moment). License: BSD3 License-File: LICENSE Author: Roman Leshchinskiy Maintainer: Roman Leshchinskiy Copyright: (c) 2006-2007 by Roman Leshchinskiy Homepage: http://www.cse.unsw.edu.au/~rl/code/strict.html Cabal-Version: >= 1.2 flag split-base library if flag(split-base) build-depends: base >= 3, array else build-depends: base < 3 exposed-modules: Data.Strict.Tuple, Data.Strict.Maybe, Data.Strict.Either, Data.Strict ghc-options: -Wall -Werror -O2 extensions: CPP