Editor once again depends on shared, both stack.yamls top level.

This basically reverts commit 5789edaca1.
This commit is contained in:
John Ericson 2016-03-28 12:40:12 -07:00
parent e1aa889e00
commit c385116ff1
4 changed files with 8 additions and 22 deletions

View File

@ -1,7 +1,8 @@
flags: {}
packages:
- '.'
- shared
- editor
- location:
git: https://github.com/ryantrinkle/reflex.git
commit: 784f9f79396ae713a03fc4d81f8a67b75d6ade1c # need a few package bumps not present in hackage release yet

View File

@ -1 +0,0 @@
../shared/src

View File

@ -42,7 +42,7 @@ flag quiet
default: False
library
hs-source-dirs: src shared-src
hs-source-dirs: src
exposed-modules:
Unison.DocView
@ -56,26 +56,19 @@ library
build-depends:
base,
aeson,
base64-bytestring,
bifunctors,
bytestring,
comonad,
containers,
data-default,
free,
ghcjs-base,
ghcjs-dom,
ghcjs-base,
mtl,
murmur-hash,
prelude-extras,
reflex,
reflex-dom,
semigroups,
text,
these,
transformers,
vector
unison-shared
ghc-options: -Wall -fno-warn-name-shadowing -threaded -rtsopts -with-rtsopts=-N
@ -87,7 +80,7 @@ library
executable editor
main-is: Editor.hs
hs-source-dirs: src shared-src
hs-source-dirs: src
ghc-options: -Wall -fno-warn-name-shadowing -threaded -rtsopts -with-rtsopts=-N -v0
if flag(optimized)
@ -95,24 +88,17 @@ executable editor
build-depends:
base,
aeson,
base64-bytestring,
bifunctors,
bytestring,
comonad,
containers,
data-default,
free,
ghcjs-base,
ghcjs-dom,
ghcjs-base,
mtl,
murmur-hash,
prelude-extras,
reflex,
reflex-dom,
semigroups,
text,
these,
transformers,
vector,
unison-shared,
unison-editor