be able to use the correct servant branch :(

This commit is contained in:
Yann Esposito 2016-01-04 17:26:24 +01:00
parent 5fcb98b06d
commit 7ea0bc0f8a
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ library
build-depends: base >= 4.7 && < 5 build-depends: base >= 4.7 && < 5
, time , time
, aeson , aeson
, servant >= 0.5 , servant
, either , either
, cassava , cassava
, bytestring , bytestring

View file

@ -1,5 +1,5 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
stack exec service-exe & stack build && stack exec service-exe &
cd ui cd ui
./ui-devel ./ui-devel