- 09 Mar, 2012 1 commit
-
-
pcapriotti authored
-
- 01 Mar, 2012 6 commits
-
-
Ian Lynagh authored
The report says that it isn't meant to.
-
Ian Lynagh authored
-
Ian Lynagh authored
They now get read as Ident's, and the Read Double/Float instances (via convertFrac) handle that Ident specially.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
This doesn't change the behaviour yet, but I think it's a step in the right direction.
-
- 29 Feb, 2012 1 commit
-
-
Ian Lynagh authored
-
- 28 Feb, 2012 2 commits
-
-
Ian Lynagh authored
This eliminates a SOURCE import
-
Ian Lynagh authored
I think it was all to work around problems in old versions of haddock.
-
- 26 Feb, 2012 5 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 22 Feb, 2012 3 commits
-
-
Ian Lynagh authored
Bytestring uses it, so I've moved it into that package.
-
Ian Lynagh authored
-
Ian Lynagh authored
This is necessary now that we no longer allow CTYPE pragmas on type synonyms.
-
- 21 Feb, 2012 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
Now that we have the CTYPE pragma we can do this in such a way that it doesn't break the build on OS X.
-
- 18 Feb, 2012 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 17 Feb, 2012 4 commits
-
-
Ian Lynagh authored
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
This makes exceptions more predictable.
-
- 16 Feb, 2012 1 commit
-
-
Ian Lynagh authored
-
- 15 Feb, 2012 1 commit
-
-
- 14 Feb, 2012 4 commits
-
-
Ian Lynagh authored
-
tibbe authored
Added testBit, bit, and popCount to the required set. They no longer have default implementations as the Num constraint was removed from the Bits class.
-
Ian Lynagh authored
-
tibbe authored
Also add an INLINABLE pragma so that the function can be specialized at the call site.
-
- 13 Feb, 2012 1 commit
-
-
System.Environment: improve 'getEnv' doc to mention closest 'setEnv' we have ('System.Posix.putEnv')
-
- 10 Feb, 2012 1 commit
-
-
Ian Lynagh authored
-
- 03 Feb, 2012 1 commit
-
-
Ian Lynagh authored
-
- 29 Jan, 2012 1 commit
-
-
Ian Lynagh authored
-
- 24 Jan, 2012 2 commits
-
-
Ian Lynagh authored
-
basvandijk authored
Added missing Functor, Applicative, Alternative and MonadPlus instances Added Applicative and Alternative instances for ReadP and ReadPrec Added Functor, Applicative, Alternative and MonadPlust instances for ArrowMonadx
-
- 16 Jan, 2012 1 commit
-
-
Simon Marlow authored
This test checks that calling trig functions via the FFI gives the same results as the Prelude versions. But it uses an extreme value to test: 1e20, and on Windows this gives slightly different results (for unknown reasons). However, using less extreme values gives reasonable results, so I've added more values to the test to check that the discrepancy is limited to the extreme - indeed it first goes wrong around 1e19, values below that seem to be fine.
-
- 14 Jan, 2012 1 commit
-
-
basvandijk authored
-