summary refs log tree commit diff
path: root/pkgs/development/tools/haskell
AgeCommit message (Collapse)AuthorFilesLines
2011-08-26haskell-cabal2nix: updated to version 1.13Peter Simons1-4/+4
svn path=/nixpkgs/trunk/; revision=28828
2011-08-23haskell-cabal2nix: updated to version 1.12Peter Simons1-5/+5
svn path=/nixpkgs/trunk/; revision=28784
2011-08-19haskell-mkcabal: dropped obsolete package; use "cabal init" insteadPeter Simons1-20/+0
svn path=/nixpkgs/trunk/; revision=28686
2011-08-14cabal2nix: updated to version 0.11Peter Simons1-3/+3
svn path=/nixpkgs/trunk/; revision=28575
2011-08-14haskell-uuagc-cabal: updated to version 1.0.0.5Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=28572
2011-08-14haskell-cabal2nix: updated to version 1.10Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=28560
2011-08-13haskell-hlint: updated to version 1.8.15Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=28557
2011-08-13haskell-threadscope: updated to version 0.1.3Peter Simons1-12/+14
svn path=/nixpkgs/trunk/; revision=28553
2011-08-12haskell-hlint: updated to version 1.8.14Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=28523
2011-08-12haskell-uuagc: updated to version 0.9.39.1Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=28522
2011-08-12haskell-uuagc-cabal: updated to version 1.0.0.4Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=28521
2011-08-12haskell-uuagc-bootstrap: updated to version 0.9.39.1.0Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=28520
2011-08-12haskell-uuagc: added missing meta.platformsPeter Simons1-0/+1
svn path=/nixpkgs/trunk/; revision=28516
2011-08-12haskell-uuagc: updated to version 0.9.39.0Peter Simons3-5/+44
svn path=/nixpkgs/trunk/; revision=28514
2011-08-12Updated BNFC to the latest version and fixed the spelling of its attribute.Peter Simons5-20/+71
Added BNFC-meta, alex-meta, and happy-meta. Moved these tools into the tool section of haskell-packages.nix, and paid special attention to the intended alphabetic order. svn path=/nixpkgs/trunk/; revision=28506
2011-08-11Generated neater meta.description strings.Peter Simons2-2/+2
svn path=/nixpkgs/trunk/; revision=28492
2011-08-10cabal2nix: updated to version 1.9Peter Simons1-0/+20
svn path=/nixpkgs/trunk/; revision=28461
2011-08-10Last batch of Haskell expression updates.Peter Simons2-11/+23
* haskell-mkcabal: updated to version 1.0.0 * haskell-ghc-syb-utils: updated to version 0.2.1.0 * haskell-darcs: updated to version 2.5.2 svn path=/nixpkgs/trunk/; revision=28449
2011-08-09Updated (almost) all Haskell package expressions with cabal2nix.Peter Simons4-18/+41
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-09Replaced the obsolete 'haskellPlatforms' attribute with the platforms ↵Peter Simons3-3/+3
exported by GHC. svn path=/nixpkgs/trunk/; revision=28418
2011-08-08Updated a few Haskell packages.Andres Löh1-6/+11
svn path=/nixpkgs/trunk/; revision=28399
2011-08-07hlint: updated to version 1.8.13Peter Simons1-6/+10
svn path=/nixpkgs/trunk/; revision=28231
2011-08-03haskell-packages.nix: added bnfc version 2.4Peter Simons1-0/+20
svn path=/nixpkgs/trunk/; revision=28132
2011-03-12Major Haskell packages overhaul.Andres Löh4-8/+13
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
2010-10-05Added new (modular) gtk2hs and threadscope.Andres Löh1-0/+14
svn path=/nixpkgs/trunk/; revision=24086
2010-09-02Added HaRe, the Haskell Refactorer.Andres Löh1-0/+14
svn path=/nixpkgs/trunk/; revision=23599
2010-08-15Version bumps for a number of Haskell packages.Andres Löh1-2/+2
svn path=/nixpkgs/trunk/; revision=23181
2010-07-16Version bump uu-parsinglib and uuagc.Andres Löh1-2/+2
svn path=/nixpkgs/trunk/; revision=22618
2010-03-07Updating uulib and uuagc.Andres Löh1-2/+2
svn path=/nixpkgs/trunk/; revision=20465
2009-09-14Version bumps for a number of Haskell packages.Andres Löh1-2/+2
svn path=/nixpkgs/trunk/; revision=17107
2009-08-27Added mkcabal.Andres Löh1-0/+12
svn path=/nixpkgs/trunk/; revision=16875
2009-08-12Some Haskell package updates.Andres Löh1-4/+4
svn path=/nixpkgs/trunk/; revision=16702
2009-07-18Added HAppS and gitit plus dependencies.Andres Löh1-4/+3
svn path=/nixpkgs/trunk/; revision=16419
2009-07-09haskellPackages: adding bytestring, networkBytestring, getOptions, ghcSyb, ↵Marc Weber2-0/+24
hslogger, tar svn path=/nixpkgs/trunk/; revision=16296
2009-04-21Added HLint plus dependencies.Andres Löh1-0/+12
svn path=/nixpkgs/trunk/; revision=15231
2009-04-19Haskell package updates.Andres Löh1-2/+2
svn path=/nixpkgs/trunk/; revision=15165
2009-01-04version bump to 0.9.7Andres Löh1-2/+2
svn path=/nixpkgs/trunk/; revision=13697
2008-04-09uuagc 0.9.6Arie Middelkoop1-2/+2
svn path=/nixpkgs/trunk/; revision=11515
2008-03-14New hash for uuagc.Arie Middelkoop1-1/+1
svn path=/nixpkgs/trunk/; revision=11114
2008-01-23* uuagc and uulib are now using ghc-6.8.2Andres Löh1-14/+12
svn path=/nixpkgs/trunk/; revision=10255
2006-12-15Added GHC 6.6.Arie Middelkoop1-14/+9
note: the old GHC 6.4(.2?) version is still there. I reused the bootstrap-version to bootstrap GHC-6.6. And some other packages depend on the old GHC version as well. note: only use this package for building other packages. If you install it as an end-user, you'll only be able to use the default GHC libraries, because other libraries are only privately registered to this GHC version during a nix-build by hooks (which are not executed when you run GHC yourself as an end-user). Consequently, also added a newer version of uulib and uuagc. svn path=/nixpkgs/trunk/; revision=7346
2006-02-02added version to uuagcChristof Douma1-1/+1
added: noweb, lua-5.x, lua-4.x, mk, qc-- (as qcmm) svn path=/nixpkgs/trunk/; revision=4681
2006-01-30* Copy even more files (in particular from losser.st-lab.cs.uu.nl,Eelco Dolstra1-1/+1
can't assume that it will live forever). svn path=/nixpkgs/trunk/; revision=4624
2006-01-27change uulib to store all dependencies to package.conf Christof Douma1-0/+19
added ghc-wrapper to use a generated global package.conf added uuagc svn path=/nixpkgs/trunk/; revision=4608