File remove-debug-flag.patch of Package ghc-fast-builder

Index: fast-builder-0.0.0.6/fast-builder.cabal
===================================================================
--- fast-builder-0.0.0.6.orig/fast-builder.cabal
+++ fast-builder-0.0.0.6/fast-builder.cabal
@@ -27,7 +27,7 @@ library
   build-depends:       base >= 4.8 && < 4.10, bytestring >= 0.10.6.0, ghc-prim
   -- hs-source-dirs:
   default-language:    Haskell2010
-  ghc-options:         -Wall -g
+  ghc-options:         -Wall
 
 benchmark aeson
   type:                exitcode-stdio-1.0
@@ -39,28 +39,28 @@ benchmark aeson
     scientific, text, vector, deepseq, unordered-containers, ghc-prim,
     template-haskell, true-name >= 0.1.0.0
   ghc-options:         -fsimpl-tick-factor=120
-  ghc-options:         -Wall -threaded -g -rtsopts
+  ghc-options:         -Wall -threaded -rtsopts
 
 benchmark vector
   type:                exitcode-stdio-1.0
   main-is:             vector.hs
   hs-source-dirs:      benchmarks
   build-depends:       base, fast-builder, criterion, bytestring, vector, deepseq
-  ghc-options:         -Wall -threaded -g -rtsopts -eventlog
+  ghc-options:         -Wall -threaded -rtsopts -eventlog
 
 benchmark map
   type:                exitcode-stdio-1.0
   main-is:             map.hs
   hs-source-dirs:      benchmarks
   build-depends:       base, fast-builder, criterion, bytestring, containers, deepseq
-  ghc-options:         -Wall -threaded -g -rtsopts -eventlog
+  ghc-options:         -Wall -threaded -rtsopts -eventlog
 
 test-suite prop
   type:                exitcode-stdio-1.0
   main-is:             prop.hs
   hs-source-dirs:      tests
   build-depends:       base, fast-builder, bytestring, QuickCheck, stm, process
-  ghc-options:         -Wall -g -rtsopts
+  ghc-options:         -Wall -rtsopts
 
 source-repository head
   type:                git
openSUSE Build Service is sponsored by