mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
haskell-fb: re-generate with cabal2nix
This commit is contained in:
parent
6dcbc2ef9f
commit
18283ac861
@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
|
||||
aeson conduit dataDefault hspec httpConduit HUnit liftedBase
|
||||
monadControl QuickCheck resourcet text time transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/meteficha/fb";
|
||||
@ -27,5 +28,4 @@ cabal.mkDerivation (self: {
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
jailbreak = true;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user