Major Haskell packages overhaul.
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
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{cabal, mtl, sybWithClass, sybWithClassInstancesText, HaXml,
|
||||
{cabal, mtl, syb, sybWithClass, sybWithClassInstancesText, HaXml,
|
||||
happstackUtil, binary, text}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "happstack-data";
|
||||
version = "0.5.0.2";
|
||||
sha256 = "03795c24acc2268f39d38f18dd6cbfb92893f7de88b0443219d582a1eabdacd5";
|
||||
version = "0.5.0.3";
|
||||
sha256 = "0zjsb9n1iawg2jv6i5q52awifly7yi6w0ilndivwp168qvi25awn";
|
||||
propagatedBuildInputs = [
|
||||
mtl sybWithClass sybWithClassInstancesText HaXml
|
||||
mtl syb sybWithClass sybWithClassInstancesText HaXml
|
||||
happstackUtil binary text
|
||||
];
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user