[commit: vector] : Finish Stream -> Bundle renaming (a18c912)
Geoffrey Mainland
gmainlan at ghc.haskell.org
Fri Jul 19 14:24:52 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch :
http://hackage.haskell.org/trac/ghc/changeset/a18c9123c92770e5df05ec8802259c5beb2dfa58
>---------------------------------------------------------------
commit a18c9123c92770e5df05ec8802259c5beb2dfa58
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
Date: Thu Oct 4 19:11:13 2012 +0000
Finish Stream -> Bundle renaming
Data/Vector.hs | 16 +-
Data/Vector/Fusion/{Stream.hs => Bundle.hs} | 12 +-
Data/Vector/Fusion/{Stream => Bundle}/Monadic.hs | 14 +-
Data/Vector/Fusion/{Stream => Bundle}/Size.hs | 4 +-
Data/Vector/Generic.hs | 310 +++++++++++-----------
Data/Vector/Generic/Mutable.hs | 82 +++---
Data/Vector/Generic/New.hs | 28 +-
Data/Vector/Primitive.hs | 16 +-
Data/Vector/Storable.hs | 16 +-
Data/Vector/Unboxed.hs | 16 +-
internal/GenUnboxTuple.hs | 2 +-
internal/unbox-tuple-instances | 10 +-
vector.cabal | 8 +-
13 files changed, 267 insertions(+), 267 deletions(-)
Diff suppressed because of size. To see it, use:
git show a18c9123c92770e5df05ec8802259c5beb2dfa58
More information about the ghc-commits
mailing list