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 2430a29 commit b1bbf2eCopy full SHA for b1bbf2e
Cabal/changelog
@@ -2,6 +2,11 @@
2
3
2.2.0.0 (current development version)
4
* Remove unused '--allow-newer'/'--allow-older' support (#4527)
5
+ * Change `rawSystemStdInOut` to use proper type to represent
6
+ binary and textual data; new 'Distribution.Utils.IOData' module;
7
+ removed obsolete 'startsWithBOM', 'fileHasBOM', 'fromUTF8',
8
+ and 'toUTF8' functions; add new `toUTF8BS`/`toUTF8LBS`
9
+ encoding functions. (#4666)
10
* Warn about `.cabal` file-name not matching package name
11
in 'cabal check' (#4592)
12
* By default 'ar' program receives arguments via '@file' format.
0 commit comments