reflection 2.1.1 → 2.1.1.1
raw patch · 2 files changed
+6/−3 lines, 2 files
Files
- CHANGELOG.markdown +3/−0
- reflection.cabal +3/−3
CHANGELOG.markdown view
@@ -1,3 +1,6 @@+# 2.1.1.1+* Fixed typos in the documentation.+ # 2.1.1 * Fixed support for GHC 7.0
reflection.cabal view
@@ -1,5 +1,5 @@ name: reflection-version: 2.1.1+version: 2.1.1.1 license: BSD3 license-file: LICENSE author: Edward A. Kmett, Elliott Hird, Oleg Kiselyov and Chung-chieh Shan@@ -16,8 +16,8 @@ cabal-version: >= 1.10 description: This package addresses the /configuration problem/ which is- propogating configurations that are available at run-time, allowing- multible configurations to coexist without resorting to mutable+ propagating configurations that are available at run-time, allowing+ multiple configurations to coexist without resorting to mutable global variables or 'System.IO.Unsafe.unsafePerformIO'. . That package is an implementation of the ideas presented in the