ui: addenda for #494

This commit is contained in:
Simon Michael 2017-01-25 09:42:10 -08:00
parent e3d78fd0db
commit 1f362101cc
2 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,9 @@ import Control.Concurrent (threadDelay)
import Control.Concurrent.Async
import Control.Monad
-- import Control.Monad.IO.Class (liftIO)
#if !MIN_VERSION_vty(0,15,0)
import Data.Default (def)
#endif
-- import Data.Monoid --
import Data.List
import Data.Maybe

View File

@ -88,8 +88,8 @@ executables:
buildable: false
else:
dependencies:
- brick >= 0.12 && < 0.17
- vty >= 5.5 && < 5.15
- brick >= 0.12 && < 0.18
- vty >= 5.5 && < 5.16
- condition: flag(threaded)
ghc-options: -threaded
- condition: flag(oldtime)