This project is mirrored from https://github.com/haskell/text.
Pull mirroring updated .
- 09 May, 2015 1 commit
-
-
Adam Bergmark authored
-
- 21 May, 2014 1 commit
-
-
bos authored
-
- 08 May, 2014 1 commit
-
-
bos authored
-
- 28 Apr, 2014 4 commits
- 25 Apr, 2014 1 commit
-
-
tibbe authored
This makes the cabal constraint solver's job easier (fewer combinations to try) and makes it impossible for it to set developer to True when installing the library.
-
- 03 Apr, 2014 1 commit
-
-
Edward Kmett authored
-
- 07 Mar, 2014 1 commit
-
-
bos authored
-
- 06 Mar, 2014 2 commits
- 31 Dec, 2013 1 commit
-
-
bos authored
-
- 30 Dec, 2013 1 commit
-
-
bos authored
-
- 05 Dec, 2013 3 commits
-
-
bos authored
-
bos authored
-
bos authored
--HG-- rename : Data/Text/Util.hs => Data/Text/Internal/Functions.hs rename : Data/Text/Lazy/Internal.hs => Data/Text/Internal/Lazy.hs rename : Data/Text/Private.hs => Data/Text/Internal/Private.hs rename : Data/Text/Search.hs => Data/Text/Internal/Search.hs rename : Data/Text/Unsafe/Base.hs => Data/Text/Internal/Unsafe.hs rename : Data/Text/UnsafeChar.hs => Data/Text/Internal/Unsafe/Char.hs rename : Data/Text/UnsafeShift.hs => Data/Text/Internal/Unsafe/Shift.hs
-
- 04 Dec, 2013 7 commits
-
-
bos authored
--HG-- rename : Data/Text/Lazy/Encoding/Fusion.hs => Data/Text/Internal/Lazy/Encoding/Fusion.hs rename : Data/Text/Lazy/Fusion.hs => Data/Text/Internal/Lazy/Fusion.hs rename : Data/Text/Lazy/Search.hs => Data/Text/Internal/Lazy/Search.hs extra : amend_source : 2c28ab48f28c6a5750a180a503e1efec634253ea
-
bos authored
--HG-- rename : Data/Text/Lazy/Builder/Internal.hs => Data/Text/Internal/Builder.hs rename : Data/Text/Lazy/Builder/Functions.hs => Data/Text/Internal/Builder/Functions.hs rename : Data/Text/Lazy/Builder/Int/Digits.hs => Data/Text/Internal/Builder/Int/Digits.hs rename : Data/Text/Lazy/Builder/RealFloat/Functions.hs => Data/Text/Internal/Builder/RealFloat/Functions.hs extra : amend_source : 8586afbbddd37de30ca45141e5f7a87a2c164b6d
-
bos authored
--HG-- rename : Data/Text/IO/Internal.hs => Data/Text/Internal/IO.hs
-
bos authored
--HG-- rename : Data/Text/Fusion.hs => Data/Text/Internal/Fusion.hs rename : Data/Text/Fusion/CaseMapping.hs => Data/Text/Internal/Fusion/CaseMapping.hs rename : Data/Text/Fusion/Common.hs => Data/Text/Internal/Fusion/Common.hs rename : Data/Text/Fusion/Size.hs => Data/Text/Internal/Fusion/Size.hs rename : Data/Text/Fusion/Internal.hs => Data/Text/Internal/Fusion/Types.hs
-
bos authored
--HG-- rename : Data/Text/Encoding/Fusion.hs => Data/Text/Internal/Encoding/Fusion.hs rename : Data/Text/Encoding/Fusion/Common.hs => Data/Text/Internal/Encoding/Fusion/Common.hs rename : Data/Text/Encoding/Utf16.hs => Data/Text/Internal/Encoding/Utf16.hs rename : Data/Text/Encoding/Utf32.hs => Data/Text/Internal/Encoding/Utf32.hs rename : Data/Text/Encoding/Utf8.hs => Data/Text/Internal/Encoding/Utf8.hs
-
bos authored
-
bos authored
-
- 06 Nov, 2013 1 commit
-
-
Herbert Valerio Riedel authored
As `text` doesn't build with GHC 6.10 anymore (see below), we can drop support for GHC<6.12; this commit evaluates compile time conditionals to assume that GHC>=6.12 and adds lower bounds to build-depends to help cabal fail early. ``` Building text-0.11.3.1... Preprocessing library text-0.11.3.1... [28 of 41] Compiling Data.Text.IO ( Data/Text/IO.hs, dist/build/Data/Text/IO.o ) Data/Text/IO.hs:104:34: Not in scope: type constructor or class `Handle__' Data/Text/IO.hs:105:20: Not in scope: data constructor `Handle__' Data/Text/IO.hs:106:6: Not in scope: `isEOFError' Data/Text/IO.hs:107:15: Not in scope: `readIORef' Data/Text/IO.hs:107:25: Not in scope: `haCharBuffer' Data/Text/IO.hs:108:20: Not in scope: `isEmptyBuffer' Data/Text/IO.hs:109:22: Not in scope: `T.empty' Data/Text/IO.hs:110:22: Not in scope: `T.singleton' Data/Text/IO.hs:111:18: Not in scope: `E.throwIO' Data/Text/IO.hs:111:29: Not in scope: `augmentIOError' Data/Text/IO.hs:121:14: Not in scope: `wantReadableHandle' Data/Text/IO.hs:123:21: Not in scope: data constructor `Handle__' Data/Text/IO.hs:124:11: Not in scope: `readIORef' Data/Text/IO.hs:124:21: Not in scope: `haCharBuffer' Data/Text/IO.hs:125:9: Not in scope: `readChunk' Data/Text/IO.hs:125:26: Not in scope: `E.catch' ```
-
- 22 Sep, 2013 2 commits
- 02 May, 2013 1 commit
-
-
bos authored
-
- 28 Apr, 2013 1 commit
-
-
bos authored
-
- 20 Mar, 2013 1 commit
-
-
bos authored
This is about 25% faster than its predecessor for large numbers. --HG-- extra : amend_source : 9917efd5e13a7284857236e9162614a0731e0636
-
- 19 Mar, 2013 2 commits
- 15 Jan, 2013 1 commit
-
-
bos authored
-
- 09 Sep, 2012 3 commits
- 14 Aug, 2012 3 commits
-
-
bos authored
-
bos authored
-
Simon Hengel authored
-
- 29 Jun, 2012 1 commit
-
-
bos authored
-