Commit graph

355 commits

Author SHA1 Message Date
Peter Simons b88f691163 haskell-hamlet: updated to version 0.10.3
svn path=/nixpkgs/trunk/; revision=29672
2011-10-05 17:10:00 +00:00
Peter Simons 105f30bba6 haskell-hakyll: updated to version 3.2.0.9
svn path=/nixpkgs/trunk/; revision=29671
2011-10-05 17:09:51 +00:00
Peter Simons a38b628246 haskell-haddock: updated to version 2.9.4
svn path=/nixpkgs/trunk/; revision=29635
2011-10-04 14:58:28 +00:00
Peter Simons 492c7016d0 haskell-hamlet: updated to version 0.10.2
svn path=/nixpkgs/trunk/; revision=29607
2011-10-03 20:20:58 +00:00
Peter Simons 13b67df58e haskell-convertible-text: added version 0.3.0.10
svn path=/nixpkgs/trunk/; revision=29585
2011-10-02 20:28:19 +00:00
Peter Simons 1d0620f3ae haskell-data-object: added version 0.3.1.7
svn path=/nixpkgs/trunk/; revision=29583
2011-10-02 20:28:09 +00:00
Peter Simons 54a78ff2ed haskell-yaml: added version 0.4.1.1
svn path=/nixpkgs/trunk/; revision=29582
2011-10-02 20:28:04 +00:00
Peter Simons 944a9932bc haskell-network: added version 2.3.0.6
svn path=/nixpkgs/trunk/; revision=29581
2011-10-02 20:28:00 +00:00
Peter Simons ec549646da haskell-haddock: added version 2.9.3
svn path=/nixpkgs/trunk/; revision=29572
2011-10-02 20:27:20 +00:00
Andres Löh a154670250 Added haskell-derp.
svn path=/nixpkgs/trunk/; revision=29465
2011-09-24 02:49:04 +00:00
Peter Simons 03deb61330 haskell-NumInstances: added version 1.0
svn path=/nixpkgs/trunk/; revision=29457
2011-09-23 16:08:52 +00:00
Peter Simons 4821046eb3 haskell-skein: added version 0.1
svn path=/nixpkgs/trunk/; revision=29418
2011-09-21 16:46:59 +00:00
Peter Simons 54acb66473 haskell-prolog: added version 0.1
haskell-prolog-graph: added version 0.1.0.2
haskell-prolog-graph-lib: added version 0.1

svn path=/nixpkgs/trunk/; revision=29417
2011-09-21 16:46:54 +00:00
Peter Simons d10badf202 haskell-graphviz: build with the latest fgl version
This change is required for building the Haskell prolog interpreter.

svn path=/nixpkgs/trunk/; revision=29416
2011-09-21 16:46:48 +00:00
Peter Simons 3a44af3acc Updated 'fgl' attribute to point to the latest version of the library.
This has no practical effect, because we override that attributed based
on the compiler version that's being used, but it still feels like the
right thing to do.

svn path=/nixpkgs/trunk/; revision=29415
2011-09-21 16:46:44 +00:00
Peter Simons 6bc5b0f215 haskell-maude: added version 0.2.1
svn path=/nixpkgs/trunk/; revision=29414
2011-09-21 16:46:39 +00:00
Peter Simons f844c8730e haskell-json: added version 0.5
svn path=/nixpkgs/trunk/; revision=29402
2011-09-20 20:30:20 +00:00
Peter Simons 6ed0f99b70 haskell-helium: the package has disappeared from the upstream web server
svn path=/nixpkgs/trunk/; revision=29311
2011-09-16 18:29:32 +00:00
Peter Simons 95ae45256a haskell-get-options: the package doesn't build, because the upstream archive has vanished
svn path=/nixpkgs/trunk/; revision=29308
2011-09-16 18:17:20 +00:00
Andres Löh 54039c51f8 Added haskell-gloss and modified haskell-GLURaw.
I know that GLURaw is currently a modification of the generated file.
Not making the change prevents GLURaw from being loaded into ghci.

svn path=/nixpkgs/trunk/; revision=29290
2011-09-15 05:03:31 +00:00
Peter Simons 3c5ff4a118 haskell-hledger-web: added version 0.15.3
svn path=/nixpkgs/trunk/; revision=29243
2011-09-13 17:35:18 +00:00
Peter Simons 6557b25b37 haskell-io-storage: added version 0.3
svn path=/nixpkgs/trunk/; revision=29242
2011-09-13 17:35:12 +00:00
Peter Simons 8c8d88080d haskell-time: updated to version 1.4
svn path=/nixpkgs/trunk/; revision=29241
2011-09-13 17:35:07 +00:00
Peter Simons c88d870123 Haskell packages that require access to libc (for <time.h>, etc.)
consistently depend on the (non-existent) attribute 'libc'. That
dependency is then fulfilled by defining

  libc = pkgs.stdenv.gcc.libc;

in haskell-packages.nix where appropriate. On platforms impure platforms,
such as Darwin, that attribute evaluates to 'null'.

svn path=/nixpkgs/trunk/; revision=29223
2011-09-12 16:46:14 +00:00
Peter Simons 20c7526891 haskell-vector-algorithms: dropped obsolete version 0.4
svn path=/nixpkgs/trunk/; revision=29212
2011-09-12 16:45:23 +00:00
Peter Simons 107201f99f haskell-case-insensitive: dropped obsolete version 0.3
svn path=/nixpkgs/trunk/; revision=29211
2011-09-12 16:45:18 +00:00
Peter Simons d1219f3e3a haskell-snap-server: updated to version 0.5.4
svn path=/nixpkgs/trunk/; revision=29210
2011-09-12 16:45:13 +00:00
Peter Simons 3ac8f8c892 haskell-snap-core: updated to version 0.5.4
svn path=/nixpkgs/trunk/; revision=29209
2011-09-12 16:45:08 +00:00
Shea Levy d1808a89d3 haskellPackages.{cairo,pango,glib,gtk}: Depend on the stdenv libc instead of glibc
svn path=/nixpkgs/trunk/; revision=29190
2011-09-11 18:48:46 +00:00
Shea Levy 2155a9b00f Fix evaluation errors for haskellPackages.gtk on darwin. Note that the build is currently not successful.
svn path=/nixpkgs/trunk/; revision=29189
2011-09-11 18:28:14 +00:00
Andres Löh 23737894ec Updating comments: latest ghc-7.3 snapshot succeeds on more packages.
svn path=/nixpkgs/trunk/; revision=29183
2011-09-11 15:18:53 +00:00
Peter Simons e364367ec9 haskell-hamlet: updated to version 0.10.1
svn path=/nixpkgs/trunk/; revision=29166
2011-09-11 10:33:08 +00:00
Peter Simons ee57346eb9 haskell-shakespeare-text: added version 0.10.1
svn path=/nixpkgs/trunk/; revision=29165
2011-09-11 10:32:59 +00:00
Andres Löh bc3c074cb8 Added unbound, RepLib, type-equality.
svn path=/nixpkgs/trunk/; revision=29148
2011-09-09 20:45:04 +00:00
Peter Simons 4e6013e909 haskell-gtk still fails an assertion on Darwin; my attempt to fix that
hasn't worked, so I revert the change. Someone with access to that
platform will have to worry about those on Hydra assertions, I'm afraid.

svn path=/nixpkgs/trunk/; revision=29143
2011-09-09 19:57:44 +00:00
Andres Löh 19995681f3 Added instant-generics.
svn path=/nixpkgs/trunk/; revision=29139
2011-09-09 19:43:04 +00:00
Andres Löh 29de18d262 Added generic-deriving.
svn path=/nixpkgs/trunk/; revision=29137
2011-09-09 19:30:53 +00:00
Peter Simons b917ed0493 haskell-deepseq-th: added version 0.1.0.2
svn path=/nixpkgs/trunk/; revision=29136
2011-09-09 18:44:40 +00:00
Peter Simons 4b66e4ce25 haskell-happstack-hamlet: added version 6.2.0
svn path=/nixpkgs/trunk/; revision=29135
2011-09-09 18:44:33 +00:00
Peter Simons a13bbb3b10 haskell-cabal-ghci: added version 0.1
svn path=/nixpkgs/trunk/; revision=29133
2011-09-09 18:44:19 +00:00
Peter Simons 80ec5348e0 haskell-packages.nix: blind attempt to fix assertion error on Darwin
svn path=/nixpkgs/trunk/; revision=29115
2011-09-08 19:06:59 +00:00
Peter Simons 050d264bfc haskell-deepseq: added version 1.2.0.1
svn path=/nixpkgs/trunk/; revision=29110
2011-09-08 17:25:09 +00:00
Peter Simons c292d234ea haskell-system-filepath: added version 0.4.1
haskell-system-fileio: added version 0.3.2

svn path=/nixpkgs/trunk/; revision=29100
2011-09-07 20:21:01 +00:00
Peter Simons d923ec714e haskell-WebBits-Html: added version 1.0.2
svn path=/nixpkgs/trunk/; revision=29096
2011-09-07 17:30:07 +00:00
Peter Simons 460164c1b3 haskell-flapjax: build this package with the latest version of WebBits
svn path=/nixpkgs/trunk/; revision=29095
2011-09-07 17:30:02 +00:00
Peter Simons 437f2b0603 haskell-packages.nix: disable repaExamples in all instances of haskellPackages older than GHC 7.2
Without this hack, "nix-env -u *" would update repa-examples to the GHC 7.0.4
version, because the package isn't tagged with the version of the compiler.
Repa and friends don't build with older GHCs anymore, though.

svn path=/nixpkgs/trunk/; revision=29094
2011-09-07 17:29:59 +00:00
Peter Simons 41dcf578ef haskell-repa: updated to version 2.2.0.1
Note that the latest version requires GHC 7.2.1 or later; older GHC
versions are no longer supported.

svn path=/nixpkgs/trunk/; revision=29089
2011-09-07 17:29:38 +00:00
Peter Simons 4fba6f2bf3 haskell-vector: added version 0.9
svn path=/nixpkgs/trunk/; revision=29086
2011-09-07 16:53:27 +00:00
Peter Simons 0d137ccd67 haskell-primitive: added version 0.4.0.1
svn path=/nixpkgs/trunk/; revision=29085
2011-09-07 16:53:20 +00:00
Peter Simons bbc00bd0e7 haskell-packages.nix: removed more obsolete manual overrides
svn path=/nixpkgs/trunk/; revision=29042
2011-09-05 19:45:49 +00:00