From bfce887113f618e5de8be72cee1adf15429774c0 Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 7 Nov 2017 22:28:15 +0100 Subject: [PATCH] disable example02 --- hw.cabal | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/hw.cabal b/hw.cabal index 0348080..25170f5 100644 --- a/hw.cabal +++ b/hw.cabal @@ -96,31 +96,3 @@ executable example01 default-language: Haskell2010 ghc-options: -Wall extra-libraries: stdc++ - -executable example02 - main-is: Main.hs - other-modules: Util - , Types - , Init - -- other-extensions: - default-extensions: OverloadedStrings - if flag(examples) - build-depends: base >=4.9 - , affection - , sdl2 - , linear - , spatial-math - , bytestring - , OpenGL - , OpenGLRaw - , GLUtil - , random - , vector - , wavefront - , shoot - else - buildable: False - hs-source-dirs: examples/example02 - default-language: Haskell2010 - ghc-options: -Wall - extra-libraries: stdc++