Skip to content

Commit e28212d

Browse files
committed
remove benchmarks for now
add 7.8.4 to travis
1 parent de625c0 commit e28212d

File tree

3 files changed

+5
-113
lines changed

3 files changed

+5
-113
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@ cache:
2323
# addons: {apt: {packages: [libfcgi-dev,libgmp-dev]}}
2424
matrix:
2525
include:
26+
- env: BUILD=cabal GHCVER=7.8.4 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7
27+
compiler: ": #GHC 7.8.4"
28+
addons: {apt: {packages: [cabal-install-1.22,ghc-7.8.4,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
29+
2630
- env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7
2731
compiler: ": #GHC 7.10.3"
2832
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
33+
2934
- env: BUILD=cabal GHCVER=8.0.1 CABALVER=1.24 HAPPYVER=1.19.5 ALEXVER=3.1.7
3035
compiler: ": #GHC 8.0.1"
3136
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}

bench/Bench.hs

Lines changed: 0 additions & 87 deletions
This file was deleted.

median-stream.cabal

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,6 @@ test-suite median-stream-test
3333
ghc-options: -threaded -rtsopts -with-rtsopts=-N
3434
default-language: Haskell2010
3535

36-
benchmark median-stream-bench-optimized
37-
type: exitcode-stdio-1.0
38-
other-modules: Utils
39-
hs-source-dirs: bench
40-
, utils
41-
main-is: Bench.hs
42-
build-depends: base
43-
, time
44-
, median-stream
45-
, random
46-
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O3
47-
default-language: Haskell2010
48-
49-
benchmark median-stream-bench-non-optimized
50-
type: exitcode-stdio-1.0
51-
other-modules: Utils
52-
hs-source-dirs: bench
53-
, utils
54-
main-is: Bench.hs
55-
build-depends: base
56-
, time
57-
, median-stream
58-
, random
59-
ghc-options: -threaded -rtsopts -with-rtsopts=-N
60-
default-language: Haskell2010
61-
6236
source-repository head
6337
type: git
6438
location: https://github.com/caneroj1/median-stream

0 commit comments

Comments
 (0)