reflection 1.1 → 1.1.1
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- fast/Data/Reflection.hs +1/−1
- reflection.cabal +1/−1
- slow/Data/Reflection.hs +1/−1
fast/Data/Reflection.hs view
@@ -9,7 +9,7 @@ -- -- Maintainer : Edward Kmett <ekmett@gmail.com> -- Stability : experimental--- Portability : non-portable (rank-2 types, type families, scoped type variables)+-- Portability : non-portable -- -- Based on the Functional Pearl: Implicit Configurations paper by -- Oleg Kiselyov and Chung-chieh Shan.
reflection.cabal view
@@ -1,5 +1,5 @@ name: reflection-version: 1.1+version: 1.1.1 license: BSD3 license-file: LICENSE author: Edward A. Kmett, Elliott Hird, Oleg Kiselyov and Chung-chieh Shan
slow/Data/Reflection.hs view
@@ -14,7 +14,7 @@ -- -- Maintainer : Edward Kmett <ekmett@gmail.com> -- Stability : experimental--- Portability : non-portable (rank-2 types, type families, scoped type variables)+-- Portability : non-portable -- -- Based on the Functional Pearl: Implicit Configurations paper by -- Oleg Kiselyov and Chung-chieh Shan.