We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1dd94 commit 0bc3b7eCopy full SHA for 0bc3b7e
changelog.md
@@ -1,10 +1,12 @@
1
### 1.2.4.0
2
3
-* Add TH `Lift` instances for `Data.Text.Text` and `Data.Text.Lazy.Text` (ghc-232)
+* Add TH `Lift` instances for `Data.Text.Text` and `Data.Text.Lazy.Text` (gh-232)
4
5
* Update Haddock documentation to better reflect fusion eligibility; improve fusion
6
rules for `takeWhileEnd` and `length` (gh-241, ghc-202)
7
8
+* Optimise `Data.Text.replicate` from `O(n)` to `O(log n)` (gh-209)
9
+
10
* Support `base-4.13.0.0`
11
12
### 1.2.3.1
0 commit comments