Skip to content

Commit

Permalink
Remove whitespace [Gun.io WhitespaceBot]
Browse files Browse the repository at this point in the history
  • Loading branch information
Gun.io Whitespace Robot committed Oct 29, 2011
1 parent cd0b3ab commit 005248b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions core/test-framework.cabal
Expand Up @@ -29,7 +29,7 @@ Library
Test.Framework.Runners.Console Test.Framework.Runners.Console
Test.Framework.Runners.Options Test.Framework.Runners.Options
Test.Framework.Seed Test.Framework.Seed

Other-Modules: Test.Framework.Core Other-Modules: Test.Framework.Core
Test.Framework.Improving Test.Framework.Improving
Test.Framework.Runners.Console.Colors Test.Framework.Runners.Console.Colors
Expand All @@ -47,7 +47,7 @@ Library
Test.Framework.Runners.XML.JUnitWriter Test.Framework.Runners.XML.JUnitWriter
Test.Framework.Runners.XML Test.Framework.Runners.XML
Test.Framework.Utilities Test.Framework.Utilities

Build-Depends: ansi-terminal >= 0.4.0, ansi-wl-pprint >= 0.5.1, Build-Depends: ansi-terminal >= 0.4.0, ansi-wl-pprint >= 0.5.1,
regex-posix >= 0.72, extensible-exceptions >= 0.1.1, regex-posix >= 0.72, extensible-exceptions >= 0.1.1,
old-locale >= 1.0, time >= 1.1.2, old-locale >= 1.0, time >= 1.1.2,
Expand All @@ -56,7 +56,7 @@ Library
Build-Depends: base >= 3 && < 5, random >= 1.0, containers >= 0.1 Build-Depends: base >= 3 && < 5, random >= 1.0, containers >= 0.1
else else
Build-Depends: base < 3 Build-Depends: base < 3

Extensions: CPP Extensions: CPP
PatternGuards PatternGuards
ExistentialQuantification ExistentialQuantification
Expand All @@ -66,9 +66,9 @@ Library
TypeOperators TypeOperators
FunctionalDependencies FunctionalDependencies
MultiParamTypeClasses MultiParamTypeClasses

Ghc-Options: -Wall Ghc-Options: -Wall

if impl(ghc) if impl(ghc)
Cpp-Options: -DCOMPILER_GHC Cpp-Options: -DCOMPILER_GHC


Expand All @@ -88,7 +88,7 @@ Executable test-framework-tests
Build-Depends: base >= 3 && < 5, random >= 1.0, containers >= 0.1 Build-Depends: base >= 3 && < 5, random >= 1.0, containers >= 0.1
else else
Build-Depends: base < 3 Build-Depends: base < 3

Extensions: CPP Extensions: CPP
PatternGuards PatternGuards
ExistentialQuantification ExistentialQuantification
Expand All @@ -98,10 +98,10 @@ Executable test-framework-tests
TypeOperators TypeOperators
FunctionalDependencies FunctionalDependencies
MultiParamTypeClasses MultiParamTypeClasses

Cpp-Options: -DTEST Cpp-Options: -DTEST

Ghc-Options: -Wall -threaded Ghc-Options: -Wall -threaded

if impl(ghc) if impl(ghc)
Cpp-Options: -DCOMPILER_GHC Cpp-Options: -DCOMPILER_GHC
2 changes: 1 addition & 1 deletion example/test-framework-example.cabal
Expand Up @@ -25,5 +25,5 @@ Executable test-framework-example
Build-Depends: base >= 3 && < 5 Build-Depends: base >= 3 && < 5
else else
Build-Depends: base < 3 Build-Depends: base < 3

Ghc-Options: -threaded -O0 Ghc-Options: -threaded -O0
6 changes: 3 additions & 3 deletions hunit/test-framework-hunit.cabal
Expand Up @@ -21,15 +21,15 @@ Flag Base3


Library Library
Exposed-Modules: Test.Framework.Providers.HUnit Exposed-Modules: Test.Framework.Providers.HUnit

Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && < 2, extensible-exceptions >= 0.1.1 && < 0.2.0 Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && < 2, extensible-exceptions >= 0.1.1 && < 0.2.0
if flag(base3) if flag(base3)
Build-Depends: base >= 3 && < 4 Build-Depends: base >= 3 && < 4
else else
if flag(base4) if flag(base4)
Build-Depends: base >= 4 && < 5 Build-Depends: base >= 4 && < 5

Extensions: TypeOperators Extensions: TypeOperators
MultiParamTypeClasses MultiParamTypeClasses

Ghc-Options: -Wall Ghc-Options: -Wall
6 changes: 3 additions & 3 deletions quickcheck/test-framework-quickcheck.cabal
Expand Up @@ -21,17 +21,17 @@ Flag Base3


Library Library
Exposed-Modules: Test.Framework.Providers.QuickCheck Exposed-Modules: Test.Framework.Providers.QuickCheck

Build-Depends: test-framework >= 0.2.0, QuickCheck >= 1.1 && < 2, extensible-exceptions >= 0.1.1 && < 0.2.0 Build-Depends: test-framework >= 0.2.0, QuickCheck >= 1.1 && < 2, extensible-exceptions >= 0.1.1 && < 0.2.0
if flag(base3) if flag(base3)
Build-Depends: base >= 3 && < 4, random >= 1, deepseq >= 1.1 && < 1.2 Build-Depends: base >= 3 && < 4, random >= 1, deepseq >= 1.1 && < 1.2
else else
if flag(base4) if flag(base4)
Build-Depends: base >= 4 && < 5, random >= 1, deepseq >= 1.1 && < 1.2 Build-Depends: base >= 4 && < 5, random >= 1, deepseq >= 1.1 && < 1.2

Extensions: TypeSynonymInstances Extensions: TypeSynonymInstances
TypeOperators TypeOperators
MultiParamTypeClasses MultiParamTypeClasses
ExistentialQuantification ExistentialQuantification

Ghc-Options: -Wall Ghc-Options: -Wall
6 changes: 3 additions & 3 deletions quickcheck2/test-framework-quickcheck2.cabal
Expand Up @@ -21,17 +21,17 @@ Flag Base3


Library Library
Exposed-Modules: Test.Framework.Providers.QuickCheck2 Exposed-Modules: Test.Framework.Providers.QuickCheck2

Build-Depends: test-framework >= 0.2.0 && < 0.5.0, QuickCheck >= 2.4 && < 2.5, extensible-exceptions >= 0.1.1 && < 0.2.0 Build-Depends: test-framework >= 0.2.0 && < 0.5.0, QuickCheck >= 2.4 && < 2.5, extensible-exceptions >= 0.1.1 && < 0.2.0
if flag(base3) if flag(base3)
Build-Depends: base >= 3 && < 4, random >= 1 Build-Depends: base >= 3 && < 4, random >= 1
else else
if flag(base4) if flag(base4)
Build-Depends: base >= 4 && < 5, random >= 1 Build-Depends: base >= 4 && < 5, random >= 1

Extensions: TypeSynonymInstances Extensions: TypeSynonymInstances
TypeOperators TypeOperators
MultiParamTypeClasses MultiParamTypeClasses
ExistentialQuantification ExistentialQuantification

Ghc-Options: -Wall Ghc-Options: -Wall
4 changes: 2 additions & 2 deletions release
Expand Up @@ -27,7 +27,7 @@ while [ "$index" -lt "${#subdirectories[@]}" ]; do


# For those directories that use CPP, we need to configure before sdist will work without a warning # For those directories that use CPP, we need to configure before sdist will work without a warning
runghc Setup.lhs configure --user runghc Setup.lhs configure --user

# OK, build the tarball # OK, build the tarball
sdist_output=`runghc Setup.lhs sdist` sdist_output=`runghc Setup.lhs sdist`


Expand Down Expand Up @@ -96,7 +96,7 @@ while [ "$index" -lt "${#filenames[@]}" ]; do
echo "Hackage upload of $filename failed, aborting" echo "Hackage upload of $filename failed, aborting"
exit 1 exit 1
fi fi

let "index = $index + 1" let "index = $index + 1"
done done


Expand Down

0 comments on commit 005248b

Please sign in to comment.