18250b97ae
had added him earlier.
16 lines
487 B
Nix
16 lines
487 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, syb }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hs-bibutils";
|
|
version = "5.0";
|
|
sha256 = "18gchn62g2cqzyj1nr8wd5i6smhq739g00cblkllj1jkni33ch2l";
|
|
buildDepends = [ syb ];
|
|
meta = {
|
|
homepage = "http://gorgias.mine.nu/repos/hs-bibutils/";
|
|
description = "Haskell bindings to bibutils, the bibliography conversion utilities";
|
|
license = "GPL";
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|