haskell-gitlib-libgit2: update to version 3.1.0.1
This commit is contained in:
parent
703459b3fd
commit
cc400eb33c
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "gitlib-libgit2";
|
pname = "gitlib-libgit2";
|
||||||
version = "3.1.0";
|
version = "3.1.0.1";
|
||||||
sha256 = "1kjwc36fd14j2ipw53j8hdsy29gxir1qrm54wxgpp5n4q2kcs9pq";
|
sha256 = "0rqx1cqj7rciy7kr5dfzh4crvjk0s6amm3d5nzyawkkkdda54dcs";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit conduitCombinators exceptions fastLogger filepath gitlib
|
conduit conduitCombinators exceptions fastLogger filepath gitlib
|
||||||
hlibgit2 liftedAsync liftedBase missingForeign mmorph monadControl
|
hlibgit2 liftedAsync liftedBase missingForeign mmorph monadControl
|
||||||
@ -26,7 +26,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Libgit2 backend for gitlib";
|
description = "Libgit2 backend for gitlib";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user