twiddling the clock
This commit is contained in:
parent
2dda8f9db0
commit
9ece773de8
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue