Name: strict Version: 0.3 Synopsis: Strict data types and String IO. Category: Data, System Description: This package provides strict versions of some standard Haskell data types (pairs, Maybe and Either). It also contains strict IO operations. License: BSD3 License-File: LICENSE Author: Roman Leshchinskiy Maintainer: Don Stewart 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 System.IO.Strict ghc-options: -Wall -Werror -O2 extensions: CPP