twiddling the clock

This commit is contained in:
nek0 2019-12-20 11:54:33 +01:00
parent 2dda8f9db0
commit 9ece773de8
1 changed files with 6 additions and 6 deletions

View File

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