Skip to content

Commit a740f3d

Browse files
Merge pull request #342 from reflex-frp/aa-fix-defaultnix
default.nix: Add missing profunctors dep
2 parents c6259c8 + 2305724 commit a740f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
, template-haskell , these, time, transformers
77
, transformers-compat, unbounded-delays, prim-uniq
88
, data-default, filepath, directory, filemanip, ghcjs-base
9-
, monoidal-containers, witherable
9+
, monoidal-containers, witherable, profunctors
1010
, semialign ? null, splitThese ? (semialign != null)
1111
, useTemplateHaskell ? true
1212
}:

0 commit comments

Comments
 (0)