Add Lift instances for Text.
These have similar trade-offs to the existing `Data` instances: preserving abstraction at the cost of efficiency. Due to haskell/cabal#5623, the tests exercising this feature have to live in their own package.
Showing
- Data/Text.hs 20 additions, 0 deletionsData/Text.hs
- Data/Text/Lazy.hs 20 additions, 0 deletionsData/Text/Lazy.hs
- benchmarks/text-benchmarks.cabal 1 addition, 0 deletionsbenchmarks/text-benchmarks.cabal
- cabal.project 1 addition, 1 deletioncabal.project
- changelog.md 4 additions, 0 deletionschangelog.md
- tests/text-tests.cabal 2 additions, 1 deletiontests/text-tests.cabal
- text.cabal 4 additions, 2 deletionstext.cabal
- th-tests/LICENSE 26 additions, 0 deletionsth-tests/LICENSE
- th-tests/tests/Lift.hs 23 additions, 0 deletionsth-tests/tests/Lift.hs
- th-tests/tests/th-tests.hs 12 additions, 0 deletionsth-tests/tests/th-tests.hs
- th-tests/th-tests.cabal 25 additions, 0 deletionsth-tests/th-tests.cabal
Loading
Please register or sign in to comment