about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hs-bibutils/default.nix
blob: 9d7b889746eb70f16e478355f81c509d476f030f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})