haskell-vty: update to version 5.1.3
This commit is contained in:
parent
02bd934738
commit
9d56d25673
3 changed files with 4 additions and 5 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "vty";
|
||||
version = "5.1.1";
|
||||
sha256 = "043vrazb8w6ljq14i390cwcmavgmbnjbs6sl6w0yx8cwb4f7djr5";
|
||||
version = "5.1.3";
|
||||
sha256 = "0li20ypydal2xab5hpcwi2az78j2hsdwfx3cv7hinsc55w08wchj";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
|
@ -49,7 +49,6 @@
|
|||
networkTransport = super.networkTransport.override { binary = self.binary_0_7_2_1; };
|
||||
distributedProcess = super.distributedProcess.override { binary = self.binary_0_7_2_1; };
|
||||
singletons = null; # requires base >= 4.7
|
||||
vty_5_1_1 = super.vty_5_1_1.override { cabal = self.cabal.override { Cabal = self.Cabal_1_18_1_3; }; };
|
||||
transformers = self.transformers_0_3_0_0; # core packagen in ghc > 7.6.x
|
||||
zipArchive = super.zipArchive_0_2_2_1; # works without binary 0.7.x
|
||||
};
|
||||
|
|
|
@ -2571,8 +2571,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
void = callPackage ../development/libraries/haskell/void {};
|
||||
|
||||
vty_4_7_5 = callPackage ../development/libraries/haskell/vty/4.7.5.nix {};
|
||||
vty_5_1_1 = callPackage ../development/libraries/haskell/vty/5.1.1.nix {};
|
||||
vty = self.vty_4_7_5;
|
||||
vty_5_1_3 = callPackage ../development/libraries/haskell/vty/5.1.3.nix {};
|
||||
vty = self.vty_5_1_3;
|
||||
|
||||
vtyUi = callPackage ../development/libraries/haskell/vty-ui {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue