Cabal revisions of haskell98-1.0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: haskell98-version: 1.0.1.0-license: BSD3-license-file: LICENSE-maintainer: libraries@haskell.org-synopsis: Compatibility with Haskell 98-description:- This package provides compatibility with the modules of Haskell- 98 and the FFI addendum, by means of wrappers around modules from- the base package (which in many cases have additional features).- However Prelude, Numeric and Foreign are provided directly by- the base package.-homepage: http://www.haskell.org/definition/-build-type: Simple-build-depends: base, directory, random, old-time, old-locale, process, array-exposed-modules:- -- Haskell 98 (Prelude and Numeric are in the base package)- Array, CPUTime, Char, Complex, Directory, IO, Ix, List, Locale,- Maybe, Monad, Random, Ratio, System, Time,- -- FFI addendum (Foreign is in the base package)- Bits, CError, CForeign, CString, CTypes, ForeignPtr, Int,- MarshalAlloc, MarshalArray, MarshalError, MarshalUtils, Ptr,- StablePtr, Storable, Word--- We need to set the package name to haskell98 (without a version number)--- as it's magic.-ghc-options: -package-name haskell98+name: haskell98 +version: 1.0.1.0 +x-revision: 1 +license: BSD3 +license-file: LICENSE +maintainer: libraries@haskell.org +synopsis: Compatibility with Haskell 98 +description: + This package provides compatibility with the modules of Haskell + 98 and the FFI addendum, by means of wrappers around modules from + the base package (which in many cases have additional features). + However Prelude, Numeric and Foreign are provided directly by + the base package. +homepage: http://www.haskell.org/definition/ +build-type: Simple +build-depends: base < 4.6, directory, random, old-time, old-locale, process, array +exposed-modules: + -- Haskell 98 (Prelude and Numeric are in the base package) + Array, CPUTime, Char, Complex, Directory, IO, Ix, List, Locale, + Maybe, Monad, Random, Ratio, System, Time, + -- FFI addendum (Foreign is in the base package) + Bits, CError, CForeign, CString, CTypes, ForeignPtr, Int, + MarshalAlloc, MarshalArray, MarshalError, MarshalUtils, Ptr, + StablePtr, Storable, Word +-- We need to set the package name to haskell98 (without a version number) +-- as it's magic. +ghc-options: -package-name haskell98
revision 2
name: haskell98 version: 1.0.1.0 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org the base package. homepage: http://www.haskell.org/definition/ build-type: Simple -build-depends: base < 4.6, directory, random, old-time, old-locale, process, array +build-depends: base < 4.6, directory < 1.1, random, old-time, old-locale, process, array exposed-modules: -- Haskell 98 (Prelude and Numeric are in the base package) Array, CPUTime, Char, Complex, Directory, IO, Ix, List, Locale,