about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/multirec
AgeCommit message (Collapse)AuthorFilesLines
2015-05-04Remove obsolete pkgs/development/libraries/haskell directory.Peter Simons1-15/+0
2014-08-09Remove 'andres' from the meta.maintainer section of all Haskell package where IPeter Simons1-1/+0
had added him earlier.
2014-07-14Add "please don't edit" comment at the top of every auto-generated Haskell file.Peter Simons1-0/+2
2014-02-25haskell-multirec: update to version 0.7.4Peter Simons1-2/+2
2013-10-27Back-port Haskell-related improvements from stdenv-updates.Peter Simons1-1/+0
* There now is full support for building Haskell packages as shared libraries for GHC versions 7.4.2 or later. The Cabal builder recognizes the following attributes: - enableSharedLibraries configures Cabal to build of shared libraries in addition to static ones. This option requires that all dependencies of the package have been compiled for use in shared libraries, too. - enableSharedExecutables configures Cabal to prefer shared libraries when linking executables. The default values for these attributes are arguments to the haskellPackages expression. * Haskell builds now run in a LANG="en_US.UTF-8" environment to avoid plenty of build and test suite errors. Without this setting, GHC seems unable to deal with the UTF-8 character encoding that's generally considered standard in the Haskell world. * The Cabal builder supports a new attribute 'testTarget' to specify the exact set of tests to be run during the check phase. * The ghc-wrapper attribute ghcVersion has been removed. Instead, we use the ghc.version attribute, which exists in unwrapped GHC derivations, too.
2013-05-11Remove myself from the meta.maintainer field of most Haskell packages.Peter Simons1-4/+1
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
2013-03-23Add myself as a maintainer to all Haskell packages (re-)generated by ↵Peter Simons1-1/+4
hackage4nix.
2012-09-10haskell-multirec: update to version 0.7.3Peter Simons1-2/+2
2012-06-13Updated Haskell packages.Peter Simons1-2/+2
- BNFC-meta: updated to version 0.3.0.3 - HUnit: added version 1.2.4.3 - multirec: updated to version 0.7.2 - resourcet: updated to version 0.3.2.2 svn path=/nixpkgs/trunk/; revision=34489
2012-03-24Removed myself as a maintainer from Haskell packages that I don't personally ↵Peter Simons1-4/+1
use. By now, it happened twice that a commit broke GHC and thus all Haskell packages we have in Nixpkgs. On such an occasion, I receive well in excess of 3000 notification e-mails from Hydra, and then I receive another 3000 e-mails after the bug has been fixed. Under these circumstances, subscribing to these notifications makes no sense for me. svn path=/nixpkgs/trunk/; revision=33392
2012-02-16Re-generated Haskell package descriptions with the latest version of cabal2nix.Peter Simons1-2/+1
svn path=/nixpkgs/trunk/; revision=32327
2012-02-14Regenerated all Haskell packages with the latest version of cabal2nix.Peter Simons1-1/+2
svn path=/nixpkgs/trunk/; revision=32292
2011-12-26haskell-multirec: updated to version 0.7.1Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=31091
2011-12-21haskell-multirec: dropped obsolete version 0.5.1Peter Simons2-18/+0
svn path=/nixpkgs/trunk/; revision=30999
2011-12-19haskell-multirec: updated to version 0.7Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=30959
2011-08-13haskell-multirec: added version 0.6Peter Simons2-0/+18
svn path=/nixpkgs/trunk/; revision=28540
2011-08-09Updated (almost) all Haskell package expressions with cabal2nix.Peter Simons1-3/+8
The new files ... * conform to the coding guidelines, * consistently specify meta.maintainers and meta.platforms, * have proper descriptions and licenses as specified in their Cabal file, and * take advantage of the new cabal.nix extensions, i.e. proper distinction between buildInputs and propagatedBuildInputs. Furthermore, the following updates were performed: * haskell-Ranged-sets: updated to version 0.3.0 * haskell-Shellac-haskeline: updated to version 0.2.0.1 * haskell-cpphs: updated to version 1.12 * haskell-hslogger: updated to version 1.1.5 * haskell-xml: updated to version 1.3.9 * haskell-HDBC-postgresql: updated to version 2.3.2.0 * haskell-HDBC-sqlite3: updated to version 2.3.3.0 * haskell-HDBC: updated to version 2.3.1.0 * haskell-base-unicode-symbols: updated to version 0.2.2.1 * haskell-convertible: updated to version 1.0.11.0 * haskell-monad-control: updated to version 0.2.0.2 * haskell-murmur-hash: updated to version 0.1.0.4 * haskell-repa: updated to version 2.1.1.3 * haskell-statistics: updated to version 0.9.0.0 * haskell-ansi-terminal: updated to version 0.5.5 haskell-maybench was dropped, because it cannot be built with recent versions of Cabal: Configuring maybench-0.2.4.1... Setup: At least the following dependencies are missing: Cabal >=1.2 && <1.5 svn path=/nixpkgs/trunk/; revision=28446
2011-08-06Updated multirec and zipper.Andres Löh1-5/+6
svn path=/nixpkgs/trunk/; revision=28205
2011-03-28Removing trailing whitespace.Andres Löh1-1/+1
svn path=/nixpkgs/trunk/; revision=26570
2011-03-12Major Haskell packages overhaul.Andres Löh1-2/+3
Several changes, some highlights: * Structure of haskell-packages.nix updated. It's now easier to select different default versions of packages for different versions of GHC. * GHC 7.0.2 is now default. * Haskell Platform 2011.2.0.0 has been added and is now default. * Several packages have been updated (gtk2hs, gitit, xmonad, darcs, ...). * Some old packages have been removed. svn path=/nixpkgs/trunk/; revision=26288
2009-06-16Updated multirec and zipper for Haskell.Andres Löh1-2/+2
svn path=/nixpkgs/trunk/; revision=15969
2009-05-13Updated multirec and zipper Haskell packages.Andres Löh1-2/+2
svn path=/nixpkgs/trunk/; revision=15597
2009-04-19Haskell package updates.Andres Löh1-0/+11
svn path=/nixpkgs/trunk/; revision=15165