From 01413390220491840efce40739a9c85715335d21 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez <vincent@snarc.org> Date: Fri, 24 Feb 2017 19:50:25 +0000 Subject: [PATCH] add dependency of cryptonite 0.22 for the Typeable instances --- git.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.cabal b/git.cabal index d84671a..19a06f9 100644 --- a/git.cabal +++ b/git.cabal @@ -40,7 +40,7 @@ Library , byteable , containers , memory >= 0.13 - , cryptonite + , cryptonite >= 0.22 , vector , random , zlib -- GitLab