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
, time
, aeson
, servant >= 0.5
, servant
, either
, cassava
, bytestring

View file

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