See http://www.dwarfstd.org/ShowIssue.php?issue=120218.1
GHC emits this language code (0x18).
Also updated https://fedorahosted.org/elfutils/wiki/DwarfExtensions
Signed-off-by: Mark Wielaard <mjw@redhat.com>
+2015-08-25 Mark Wielaard <mjw@redhat.com>
+
+ * dwarf.h: Add DW_LANG_Haskell.
+
2015-06-18 Mark Wielaard <mjw@redhat.com>
* dwarf_begin_elf.c (dwarf_begin_elf): Assert page size is big enough
DW_LANG_D = 0x0013, /* D */
DW_LANG_Python = 0x0014, /* Python */
DW_LANG_Go = 0x0016, /* Go */
+ DW_LANG_Haskell = 0x0018, /* Haskell */
DW_LANG_C_plus_plus_11 = 0x001a, /* ISO C++:2011 */
DW_LANG_C11 = 0x001d, /* ISO C:2011 */
DW_LANG_C_plus_plus_14 = 0x0021, /* ISO C++:2014 */