Skip to content

Commit 9bb37d5

Browse files
authored
Merge pull request #362 from alexfmpe/duplicate-package
Remove duplicate dependency on profunctors
2 parents 41b9eaa + 8584af0 commit 9bb37d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reflex.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,12 @@ library
5858
data-default >= 0.5 && < 0.8,
5959
dependent-map >= 0.3 && < 0.4,
6060
exception-transformers == 0.4.*,
61-
profunctors >= 5.3 && < 5.5,
6261
lens >= 4.7 && < 5,
6362
monad-control >= 1.0.1 && < 1.1,
6463
mtl >= 2.1 && < 2.3,
6564
prim-uniq >= 0.1.0.1 && < 0.2,
6665
primitive >= 0.5 && < 0.8,
67-
profunctors,
66+
profunctors >= 5.3 && < 5.5,
6867
random == 1.1.*,
6968
ref-tf == 0.4.*,
7069
reflection == 2.1.*,

0 commit comments

Comments
 (0)