diff options
Diffstat (limited to 'jora2470_hw8.cabal')
-rw-r--r-- | jora2470_hw8.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jora2470_hw8.cabal b/jora2470_hw8.cabal index 1fc9ffc..fbc9041 100644 --- a/jora2470_hw8.cabal +++ b/jora2470_hw8.cabal @@ -1,6 +1,8 @@ -- Initial jora2470_hw2.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ +--enable-library-profiling and/or +--enable-executable-profiling. name: homework8 version: 0.1.0.0 -- synopsis: @@ -17,5 +19,7 @@ cabal-version: >=1.8 executable jora2470_hw8 main-is: Hw8.hs extensions: FlexibleInstances + ghc-options: -rtsopts + -- ghc-options: -prof -osuf h_o -- other-modules: build-depends: setters, base, OpenGL, bytestring, array, SDL, random, OpenGLRaw, AC-Angle, deepseq, containers, SDL-image |