Remove benchmarks

We don't really need this.
This commit is contained in:
2016-05-29 22:45:26 +02:00
parent 21fccc9ca9
commit 7e924d3386
2 changed files with 0 additions and 108 deletions

View File

@@ -12,7 +12,6 @@ build-type: Simple
cabal-version: >=1.14
extra-source-files: README.md
CHANGELOG
benchmarks/*.hs
cbits/dirutils.h
doctests-hpath.hs
doctests-posix.hs
@@ -103,23 +102,6 @@ test-suite spec
, unix-bytestring
, utf8-string
benchmark bench.hs
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: benchmarks
main-is: Bench.hs
build-depends:
base,
hpath,
bytestring,
unix,
directory >= 1.1 && < 1.3,
filepath >= 1.2 && < 1.5,
process >= 1.0 && < 1.3,
criterion >= 0.6 && < 1.2
ghc-options: -O2
source-repository head
type: git
location: https://github.com/hasufell/hpath