twiddling the clock

This commit is contained in:
nek0 2019-12-20 11:54:33 +01:00
parent 2dda8f9db0
commit 9ece773de8

View file

@ -89,11 +89,11 @@ library
-- other-modules: -- other-modules:
-- LANGUAGE extensions used by modules in this package. -- LANGUAGE extensions used by modules in this package.
other-extensions: GADTs -- other-extensions: GADTs
, KindSignatures -- , KindSignatures
, FlexibleInstances -- , FlexibleInstances
, MultiParamTypeClasses -- , MultiParamTypeClasses
, UndecidableInstances -- , UndecidableInstances
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -Wall ghc-options: -Wall
@ -106,7 +106,7 @@ library
, monad-loops , monad-loops
, monad-parallel , monad-parallel
, containers , containers
, clock >= 0.7 , clock >= 0.8
, glib , glib
, bytestring , bytestring
, OpenGL , OpenGL