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: {} flags: {}
packages: packages:
- '.' - shared
- editor
- location: - location:
git: https://github.com/ryantrinkle/reflex.git git: https://github.com/ryantrinkle/reflex.git
commit: 784f9f79396ae713a03fc4d81f8a67b75d6ade1c # need a few package bumps not present in hackage release yet 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 default: False
library library
hs-source-dirs: src shared-src hs-source-dirs: src
exposed-modules: exposed-modules:
Unison.DocView Unison.DocView
@ -56,26 +56,19 @@ library
build-depends: build-depends:
base, base,
aeson,
base64-bytestring,
bifunctors,
bytestring,
comonad,
containers, containers,
data-default, data-default,
free, free,
ghcjs-base,
ghcjs-dom, ghcjs-dom,
ghcjs-base,
mtl, mtl,
murmur-hash,
prelude-extras,
reflex, reflex,
reflex-dom, reflex-dom,
semigroups, semigroups,
text, text,
these, these,
transformers, transformers,
vector unison-shared
ghc-options: -Wall -fno-warn-name-shadowing -threaded -rtsopts -with-rtsopts=-N ghc-options: -Wall -fno-warn-name-shadowing -threaded -rtsopts -with-rtsopts=-N
@ -87,7 +80,7 @@ library
executable editor executable editor
main-is: Editor.hs 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 ghc-options: -Wall -fno-warn-name-shadowing -threaded -rtsopts -with-rtsopts=-N -v0
if flag(optimized) if flag(optimized)
@ -95,24 +88,17 @@ executable editor
build-depends: build-depends:
base, base,
aeson,
base64-bytestring,
bifunctors,
bytestring,
comonad,
containers, containers,
data-default, data-default,
free, free,
ghcjs-base,
ghcjs-dom, ghcjs-dom,
ghcjs-base,
mtl, mtl,
murmur-hash,
prelude-extras,
reflex, reflex,
reflex-dom, reflex-dom,
semigroups, semigroups,
text, text,
these, these,
transformers, transformers,
vector, unison-shared,
unison-editor unison-editor