mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-github: update to version 0.11.1
This commit is contained in:
parent
0a358f063c
commit
ae8d3baab3
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, aeson, attoparsec, caseInsensitive, conduit, dataDefault
|
||||
, failure, hashable, HTTP, httpConduit, httpTypes, network, text
|
||||
, time, unorderedContainers, vector
|
||||
{ cabal, aeson, attoparsec, caseInsensitive, conduit, cryptohash
|
||||
, dataDefault, failure, hashable, HTTP, httpConduit, httpTypes
|
||||
, network, text, time, unorderedContainers, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "github";
|
||||
version = "0.11.0";
|
||||
sha256 = "13p0iplxr85fvgx5lird76xchmhh7xpddq900qr02kbvn5mqv607";
|
||||
version = "0.11.1";
|
||||
sha256 = "0s94ivp3c40zhwwfxa6nzzgwh2frfih8as81i0kidx4ca35wf92k";
|
||||
buildDepends = [
|
||||
aeson attoparsec caseInsensitive conduit dataDefault failure
|
||||
hashable HTTP httpConduit httpTypes network text time
|
||||
aeson attoparsec caseInsensitive conduit cryptohash dataDefault
|
||||
failure hashable HTTP httpConduit httpTypes network text time
|
||||
unorderedContainers vector
|
||||
];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue