summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Dynamic.hs
Commit message (Expand)AuthorAgeFilesLines
* Type-indexed TypeableBen Gamari2017-02-181-38/+43
* Add doc header to Dynamic's re-export of TypeableChris Martin2017-01-101-1/+1
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+2
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-2/+1
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-271-1/+1
* Make `<Typeable.h>` obsolete and refactor away its useHerbert Valerio Riedel2013-09-171-5/+2
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-10/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-10/+1
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-4/+0
* Remove commented types in module export listsIan Lynagh2012-10-271-3/+3
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Make Typeable safe now that handcrafted instances aren't allowed.David Terei2011-07-201-0/+1
* For GHC, implement the Typeable.hs macros using standalone derivingIan Lynagh2011-04-241-0/+3
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* Remove redundant imports, now that NoImplicitPrelude does not imply Rebindabl...simonpj@microsoft.com2010-10-221-1/+0
* move "instance Exception Dynamic" so it isn't an orphanSimon Marlow2009-07-211-0/+6
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+0
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-081-27/+27
* Remove unsafeCoerce-importing kludgery in favor of Unsafe.CoerceIsaac Dupree2007-06-011-6/+1
* Use the new Any type for dynamics (GHC only)simonpj@microsoft2006-10-191-8/+6
* [project @ 2005-03-07 13:02:37 by simonmar]simonmar2005-03-071-1/+5
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-09-08 11:10:08 by ross]ross2004-09-081-1/+1
* [project @ 2004-03-22 14:48:56 by malcolm]malcolm2004-03-221-4/+2
* [project @ 2004-03-21 19:07:00 by ralf]ralf2004-03-211-1/+1
* [project @ 2003-07-29 12:03:13 by ross]ross2003-07-291-3/+0
* [project @ 2003-07-24 12:19:57 by ralf]ralf2003-07-241-336/+12
* [project @ 2003-07-22 14:38:02 by simonpj]simonpj2003-07-221-5/+0
* [project @ 2003-05-12 08:57:55 by ross]ross2003-05-121-1/+1
* [project @ 2003-04-21 16:32:05 by ross]ross2003-04-211-0/+2
* [project @ 2003-04-17 15:23:37 by simonpj]simonpj2003-04-171-68/+115
* [project @ 2003-04-17 07:01:27 by simonpj]simonpj2003-04-171-84/+132
* [project @ 2003-01-23 17:45:40 by ross]ross2003-01-231-1/+8
* [project @ 2002-12-18 10:43:38 by malcolm]malcolm2002-12-181-1/+6
* [project @ 2002-12-11 16:12:22 by ross]ross2002-12-111-0/+4
* [project @ 2002-12-11 15:55:17 by simonmar]simonmar2002-12-111-2/+10
* [project @ 2002-10-18 13:32:56 by simonpj]simonpj2002-10-181-0/+5
* [project @ 2002-07-22 11:37:38 by ross]ross2002-07-221-0/+1
* [project @ 2002-07-16 16:08:58 by ross]ross2002-07-161-0/+5
* [project @ 2002-07-03 13:05:28 by simonmar]simonmar2002-07-031-0/+4
* [project @ 2002-05-27 14:31:06 by simonmar]simonmar2002-05-271-42/+88
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-091-1/+1
* [project @ 2002-04-26 13:34:05 by simonmar]simonmar2002-04-261-2/+0
* [project @ 2002-04-24 16:31:37 by simonmar]simonmar2002-04-241-2/+2
* [project @ 2002-03-14 12:09:49 by simonmar]simonmar2002-03-141-22/+52
* [project @ 2001-12-21 15:07:20 by simonmar]simonmar2001-12-211-3/+1
* [project @ 2001-07-03 14:13:32 by simonmar]simonmar2001-07-031-2/+4
* [project @ 2001-07-03 11:37:49 by simonmar]simonmar2001-07-031-2/+2