HList 0.3.4.0 → 0.3.4.1
raw patch · 3 files changed
+6/−3 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- ChangeLog +4/−0
- Data/HList/Label6.hs +1/−2
- HList.cabal +1/−1
ChangeLog view
@@ -1,3 +1,7 @@+28 Mar 2014+ Release 0.3.4.1+ Fix build with ghc-7.8 broken by changes in HList 0.3.4+ 20 Feb 2014 Release 0.3.4 RecordPuns add ( ) syntax
Data/HList/Label6.hs view
@@ -23,8 +23,7 @@ #if MIN_VERSION_base(4,7,0) instance KnownSymbol x => ShowLabel (x :: Symbol) where- showLabel _ = symbolVal (proxy :: Proxy x)-+ showLabel _ = symbolVal (Proxy :: Proxy x) #else instance SingI x => ShowLabel (x :: Symbol) where showLabel _ = fromSing (sing :: Sing x)
HList.cabal view
@@ -1,5 +1,5 @@ Name: HList-Version: 0.3.4.0+Version: 0.3.4.1 Category: Data Synopsis: Heterogeneous lists Description: HList is a record system providing strongly typed heterogenous lists, records,