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:
|
-- 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
|
||||||
|
|
Loading…
Reference in a new issue