Skip to content

Commit

Permalink
Added reflex-dom-contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
meditans committed Nov 3, 2016
1 parent aa50f8c commit 4063b20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions UI/ReflexFRP/mockUsersRoles/mockClient/mockLoginPage.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ executable mockClient
build-depends: base >=4.9 && <4.10
, reflex >= 0.5 && < 0.6
, reflex-dom >= 0.4 && < 0.5
, reflex-dom-contrib
, servant-reflex
, reflex-jsx
, containers
Expand All @@ -20,6 +21,7 @@ executable mockClient
, email-validate
, mockAPI
, servant
, lens
default-language: Haskell2010
if impl(ghcjs)
ghc-options: -dedupe
Expand Down
5 changes: 4 additions & 1 deletion UI/ReflexFRP/mockUsersRoles/mockClient/stack-ghcjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ setup-info:
packages:
- location: '.'
- location: ../mockAPI
extra-dep: true
- location:
git: https://github.com/reflex-frp/reflex.git
commit: a63aba90bdea5ae5b3e1506d468613bdfedcdfa3
Expand All @@ -23,6 +22,10 @@ packages:
git: https://github.com/Arguggi/reflex-dom.git
commit: 767c9b7625c61208b552f64b95719edac18a6e29
extra-dep: true
- location:
git: https://github.com/reflex-frp/reflex-dom-contrib/
commit: abf986d13e2a690a4d117b4810ac0a50296333f4
extra-dep: true
- location:
git: https://github.com/imalsogreg/servant-reflex
commit: cf0bce400cd194301e7b02e01cbc4139afd47d95
Expand Down
5 changes: 4 additions & 1 deletion UI/ReflexFRP/mockUsersRoles/mockClient/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ resolver: lts-7.2
packages:
- location: '.'
- location: ../mockAPI
extra-dep: true
- location:
git: https://github.com/meditans/reflex
commit: bac2e0e56e9ba3e8265dbff853a059978ef01efb
Expand All @@ -12,6 +11,10 @@ packages:
git: https://github.com/Arguggi/reflex-dom.git
commit: 767c9b7625c61208b552f64b95719edac18a6e29
extra-dep: true
- location:
git: https://github.com/reflex-frp/reflex-dom-contrib/
commit: abf986d13e2a690a4d117b4810ac0a50296333f4
extra-dep: true
- location:
git: https://github.com/imalsogreg/servant-reflex
commit: cf0bce400cd194301e7b02e01cbc4139afd47d95
Expand Down

0 comments on commit 4063b20

Please sign in to comment.