summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Complex.hs
Commit message (Expand)AuthorAgeFilesLines
* base: MRP-refactoring of AMP instanceswip/D1316Herbert Valerio Riedel2015-10-101-1/+0
* base: Add instancesfumieval2015-08-061-2/+14
* Data.Complex: Derive GenericBen Gamari2015-04-031-1/+3
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-3/+2
* base: Fix (**) implementation for Data.ComplexAlexander2015-02-231-0/+16
* Add `Storable` instances for `Complex` and `Ratio`Carter Tazio Schonwald2014-11-231-0/+15
* Revert "base: Fix (**) instance for Data.Complex (#8539)"Austin Seipp2014-11-181-16/+0
* base: Fix (**) instance for Data.Complex (#8539)Austin Seipp2014-11-181-0/+16
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-2/+0
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-271-1/+1
* Kill trailing whitespace in recently touched filesHerbert Valerio Riedel2014-04-191-2/+1
* Weaken constraints on Data.Complex functionsHerbert Valerio Riedel2014-04-191-5/+5
* 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-8/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-10/+0
* Remove commented types in module export listsIan Lynagh2012-10-271-17/+8
* Remove some comments about interfaces being checked against H98Ian Lynagh2011-11-191-2/+0
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Remove datatype contexts from baseIan Lynagh2011-05-241-1/+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-0/+2
* FIX #4228 (atanh (-1) returns NaN instead of -Infinity)ghc@cainnorris.net2010-08-161-1/+1
* restore Complex's derived Data instanceJose Pedro Magalhaes2008-10-021-0/+4
* update Data.Generics importJose Pedro Magalhaes2008-10-021-0/+3
* Don't use ^(2::Int) in Data.Complex.magnitude; partially fixes trac #2450Ian Lynagh2008-10-041-1/+2
* Split syb off into its own packageIan Lynagh2008-08-251-7/+0
* untabifyDon Stewart2008-03-101-57/+57
* Eliminate some warningsIan Lynagh2006-07-291-2/+2
* Data.Generics.Basics is GHC-onlyRoss Paterson2006-11-021-1/+1
* #ifdef around non-portable Data.Generics.BasicsMalcolm.Wallace@cs.york.ac.uk2006-11-021-0/+2
* Add deriving Data to Complexsimonpj@microsoft2006-11-011-1/+6
* [project @ 2005-02-02 13:45:05 by malcolm]malcolm2005-02-021-2/+0
* [project @ 2005-02-02 13:26:13 by simonpj]simonpj2005-02-021-2/+0
* [project @ 2004-07-23 11:34:31 by ross]ross2004-07-231-7/+33
* [project @ 2003-07-29 12:03:13 by ross]ross2003-07-291-1/+1
* [project @ 2003-07-24 12:19:57 by ralf]ralf2003-07-241-1/+1
* [project @ 2003-02-06 10:41:10 by ross]ross2003-02-061-0/+10
* [project @ 2002-10-09 17:08:18 by malcolm]malcolm2002-10-091-0/+4
* [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 @ 2001-12-21 15:07:20 by simonmar]simonmar2001-12-211-1/+7
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+153