summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/PArr.hs
Commit message (Expand)AuthorAgeFilesLines
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* Refactor module imports in baseHerbert Valerio Riedel2014-10-191-0/+1
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+0
* Eta contract 'PArr' synonymManuel M T Chakravarty2011-11-251-1/+1
* Add GHC.PArr.PArr to break a cycle in compiling Data.Array.ParallelManuel M T Chakravarty2011-11-101-0/+7
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Only the type definition of '[::]' (which is wired in) remains in 'GHC.PArr'.Manuel M T Chakravarty2011-06-171-75/+13
* Remove most of GHC.PArrManuel M T Chakravarty2011-02-181-667/+25
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+1
* -XPArr is now -XParallelArraysBen Lippmeier2010-11-301-1/+1
* Fix some "warn-unused-do-bind" warnings where we want to ignore the valueIan Lynagh2009-07-101-1/+1
* Suppress a couple of warnings in GHC.PArrIan Lynagh2008-08-201-0/+1
* Fix more warningsIan Lynagh2008-08-201-12/+12
* Remove the only import of GHC.ExtsIan Lynagh2008-08-031-1/+1
* Remove unused importsIan Lynagh2008-08-011-1/+1
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+2
* Moved def. of emptyP keller@cse.unsw.edu.au2008-05-011-3/+5
* emptyP def to gHC.PArrkeller@cse.unsw.edu.au2008-05-011-3/+3
* Added emptyP defkeller@cse.unsw.edu.au2008-04-241-0/+4
* untabifyDon Stewart2008-03-081-178/+178
* Add singletonP to GHC.PArrRoman Leshchinskiy2007-12-051-0/+5
* make Setup and base.cabal suitable for building the libraries with GHCIan Lynagh2007-03-081-0/+5
* Function crossMapP for fixing desugaring of comprehensionsManuel M T Chakravarty2007-04-021-0/+20
* PArr: fixed permutationsManuel M T Chakravarty2007-03-051-8/+45
* GHC.PArr: add bounds checkingManuel M T Chakravarty2007-03-021-6/+15
* Fixed PArr.dropPManuel M T Chakravarty2007-02-221-1/+1
* [project @ 2006-01-06 15:46:09 by simonpj]simonpj2006-01-061-1/+1
* [project @ 2005-03-03 05:11:41 by chak]chak2005-03-031-4/+4
* [project @ 2005-02-03 10:38:44 by simonmar]simonmar2005-02-031-1/+0
* [project @ 2005-02-03 10:32:11 by ross]ross2005-02-031-0/+1
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2002-08-30 14:29:51 by simonpj]simonpj2002-08-301-1/+1
* [project @ 2002-04-26 12:48:16 by simonmar]simonmar2002-04-261-5/+9
* [project @ 2002-02-12 10:50:37 by simonmar]simonmar2002-02-121-8/+8
* [project @ 2002-02-11 17:11:12 by simonmar]simonmar2002-02-111-0/+644