nixpkgs/pkgs/development/libraries/haskell/bv/default.nix
Mateusz Kowalczyk 6c36a7581c haskell-bv: update to 0.3.0
Fixes the package, original problem reported and fixed at
https://bitbucket.org/iago/bv-haskell/issue/1/does-not-build-with-ghc-783.
2014-09-19 17:12:28 +01:00

19 lines
539 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "bv";
version = "0.3.0";
sha256 = "0r2bp39ilwq3zx38spbx5qrpccwm255ax2skab3i7jxjmf7yj025";
isLibrary = true;
isExecutable = true;
meta = {
homepage = "http://bitbucket.org/iago/bv-haskell";
description = "Bit-vector arithmetic library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
};
})