From 5e6dc64fe2562ac841ad1da7a3b7ed70ad20780d Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Sun, 10 Nov 2019 20:14:09 +0000 Subject: [PATCH] Remove duplicate dependency on profunctions --- reflex.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reflex.cabal b/reflex.cabal index e297bf3..1dd851b 100644 --- a/reflex.cabal +++ b/reflex.cabal @@ -58,13 +58,12 @@ library data-default >= 0.5 && < 0.8, dependent-map >= 0.3 && < 0.4, exception-transformers == 0.4.*, - profunctors >= 5.3 && < 5.5, lens >= 4.7 && < 5, monad-control >= 1.0.1 && < 1.1, mtl >= 2.1 && < 2.3, prim-uniq >= 0.1.0.1 && < 0.2, primitive >= 0.5 && < 0.8, - profunctors, + profunctors >= 5.3 && < 5.5, random == 1.1.*, ref-tf == 0.4.*, reflection == 2.1.*,