Skip to content

Commit

Permalink
Remove redundant files (haskell#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim authored Oct 22, 2020
1 parent bd5412c commit 82ea134
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 763 deletions.
5 changes: 0 additions & 5 deletions .darcs-boring

This file was deleted.

2 changes: 0 additions & 2 deletions .hgignore

This file was deleted.

71 changes: 0 additions & 71 deletions TODO

This file was deleted.

6 changes: 0 additions & 6 deletions bench/BenchAll.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,9 @@ import qualified Blaze.Text as Blaze
import qualified "bytestring" Data.ByteString as OldS
import qualified "bytestring" Data.ByteString.Lazy as OldL

import Paths_bench_bytestring

import Foreign

import System.Random
import Paths_bench_bytestring


------------------------------------------------------------------------------
-- Benchmark support
Expand Down Expand Up @@ -239,8 +235,6 @@ foldInputs = map (\k -> S.pack $ if k <= 6 then take (2 ^ k) [32..95] else conca
main :: IO ()
main = do
mapM_ putStrLn sanityCheckInfo
putStrLn ""
wikiPage <- getDataFileName "wiki-haskell.html" >>= S.readFile
Gauge.defaultMain
[ bgroup "Data.ByteString.Builder"
[ bgroup "Small payload"
Expand Down
6 changes: 1 addition & 5 deletions bench/bench-bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Tested-With: GHC==7.0.3
Build-Type: Simple
Cabal-Version: >= 1.10

data-files: wiki-haskell.html

source-repository head
type: darcs
location: http://darcs.haskell.org/bytestring/
Expand Down Expand Up @@ -63,7 +61,6 @@ benchmark bench-bytestring-builder
Data.ByteString.Lazy.Internal
Data.ByteString.Short.Internal
Data.ByteString.Unsafe
Paths_bench_bytestring

-- cabal complains about ../ dirs. However, this is better than symlinks,
-- which probably don't work on windows.
Expand Down Expand Up @@ -177,7 +174,6 @@ benchmark bench-builder-boundscheck
Data.ByteString.Lazy.Internal
Data.ByteString.Short.Internal
Data.ByteString.Unsafe
Paths_bench_bytestring

benchmark bench-builder-csv
hs-source-dirs: .. .
Expand All @@ -204,7 +200,7 @@ benchmark bench-strict-indices
main-is: BenchIndices.hs
other-modules: Data.ByteString
Data.ByteString.Internal
Data.ByteString.Unsafe
Data.ByteString.Unsafe
type: exitcode-stdio-1.0
c-sources: ../cbits/fpstring.c
../cbits/itoa.c
Expand Down
Loading

0 comments on commit 82ea134

Please sign in to comment.