1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

haskell-hs-bibutils: added version 4.12

svn path=/nixpkgs/trunk/; revision=28564
This commit is contained in:
Peter Simons 2011-08-14 10:44:49 +00:00
parent f72838612f
commit 986792cb3c
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{ cabal, syb }:
cabal.mkDerivation (self: {
pname = "hs-bibutils";
version = "4.12";
sha256 = "0akxi69as7k5c0955yla9wcl1xvcvgzpzy3p1jj781w1lf89p537";
buildDepends = [ syb ];
meta = {
homepage = "http://code.haskell.org/hs-bibutils";
description = "Haskell bindings to bibutils, the bibliography conversion utilities";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})

View file

@ -742,6 +742,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
hp2anyGraph = callPackage ../development/libraries/haskell/hp2any-graph {};
hsBibutils = callPackage ../development/libraries/haskell/hs-bibutils {};
hscolour = callPackage ../development/libraries/haskell/hscolour {};
hsdns = callPackage ../development/libraries/haskell/hsdns {