packages feed

cab 0.2.5 → 0.2.6

raw patch · 2 files changed

+2/−1 lines, 2 files

Files

cab.cabal view
@@ -1,5 +1,5 @@ Name:                   cab-Version:                0.2.5+Version:                0.2.6 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3
src/Commands.hs view
@@ -24,6 +24,7 @@        , switches = [(SwNoharm, Solo "--dry-run -v")                     ,(SwFlag, WithEqArg "--flags")                     ,(SwTest, Solo "--enable-tests")+                    ,(SwBench, Solo "--enable-benchmarks")                     ,(SwDepsOnly, Solo "--only-dependencies")                     ,(SwLibProfile, Solo "--enable-library-profiling --ghc-options=\"-fprof-auto -fprof-cafs\"")                     ,(SwExecProfile, Solo "--enable-executable-profiling --ghc-options=\"-fprof-auto -fprof-cafs\"")