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.
This commit is contained in:
parent
784a4b2be2
commit
6c36a7581c
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "bv";
|
pname = "bv";
|
||||||
version = "0.2.2";
|
version = "0.3.0";
|
||||||
sha256 = "0d5hscjakp7dwifa4l8xikyip45y402kf9pbmpfmmnybja23zhg0";
|
sha256 = "0r2bp39ilwq3zx38spbx5qrpccwm255ax2skab3i7jxjmf7yj025";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
meta = {
|
meta = {
|
||||||
@ -13,7 +13,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Bit-vector arithmetic library";
|
description = "Bit-vector arithmetic library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user