February 2015 Archives by thread
Starting: Mon Feb 2 04:35:23 UTC 2015
Ending: Fri Feb 27 08:13:01 UTC 2015
Messages: 213
- [commit: ghc] branch 'typeable-with-kinds' created
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Checkpoint: generate explicit representations for all type constructors. (246d2c9)
git at git.haskell.org
- [commit: ghc] master: Fix #10017 (92c9354)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Fix #10017 (ddd95c0)
git at git.haskell.org
- [commit: ghc] ghc-7.10: docs: Add mention of prefetch API changes (#9937) (aafc415)
git at git.haskell.org
- [commit: ghc] ghc-7.10: docs: Add missing libraries to release notes (#10038) (cd0bbc5)
git at git.haskell.org
- [commit: ghc] master: Fix a profiling bug (daed18c)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Several important fixes (We get a stack overflow though) (cc7e390)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Represent sets as Bags and not as lists (still stack overflow) (837688d)
git at git.haskell.org
- [commit: ghc] master: fix _FILE_OFFSET_BITS redefined warning on Solaris/i386 platform (78216e2)
git at git.haskell.org
- [commit: ghc] master: Bring Match m_fun_id_infix through the renamer. (c88e112)
git at git.haskell.org
- [commit: ghc] master: GRHS with empty wherebinds gets wrong SrcSpan (d4f25cb)
git at git.haskell.org
- [commit: ghc] master: Add packageName to GHC.Generics.Datatype (ae39c5c)
git at git.haskell.org
- [commit: ghc] master: Eta-expand argument to foldr in mapM_ for [] (7cf87fc)
git at git.haskell.org
- [commit: ghc] master: Make -ddump-splices output to stdout (fixes #8796) (73f976c)
git at git.haskell.org
- [commit: ghc] ghc-7.10: fix _FILE_OFFSET_BITS redefined warning on Solaris/i386 platform (9ed5689)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Bring Match m_fun_id_infix through the renamer. (29bb156)
git at git.haskell.org
- [commit: ghc] ghc-7.10: GRHS with empty wherebinds gets wrong SrcSpan (9956c18)
git at git.haskell.org
- [commit: ghc] master: Comments only (2f13cd8)
git at git.haskell.org
- [commit: ghc] master: Comments only (da78af3)
git at git.haskell.org
- [commit: ghc] master: Put parens around (ty :: kind) when pretty-printing TH syntax (111e587)
git at git.haskell.org
- [commit: ghc] master: Fix the nullary-type-class case for associated types (dda6528)
git at git.haskell.org
- [commit: ghc] master: Test Trac #10041 (0f75a3f)
git at git.haskell.org
- [commit: ghc] master: Fix Trac #10004: head [] exception when using recursive mdo (43636e1)
git at git.haskell.org
- [commit: ghc] master: Remove the *o pattern in testsuite/.gitignore (9bc13c0)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Working still on `Out of memory` issue (f5fc656)
git at git.haskell.org
- [commit: ghc] master: Provide default implementation of `Monad(return)` (a741e69)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Provide default implementation of `Monad(return)` (262f7a8)
git at git.haskell.org
- [commit: ghc] ghc-7.10: cabal: update submodule (re: #10036) (dd1561f)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Fix Trac #10004: head [] exception when using recursive mdo (3748c73)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Put parens around (ty :: kind) when pretty-printing TH syntax (b5f465e)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Fix the nullary-type-class case for associated types (4c8b652)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Turning point: Several fixes. The solver needs revision (d3dfae3)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Print varUnique with an underscore (dash causes problems later) (db1b098)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Replace check to isSatisfiable (156c56e)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Trace tcCheckSatisfiability (6deae05)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Add a further check to isSatisfiable in process_vector (bf44187)
git at git.haskell.org
- [commit: ghc] master: Replace .lhs with .hs in compiler comments (83efb98)
git at git.haskell.org
- [commit: ghc] master: Remove deprecated libraries/base/include/Typeable.h (e22282e)
git at git.haskell.org
- [commit: ghc] master: Add a workaround to allow older cabal-install to use ghc-7.10 (a1db53c)
git at git.haskell.org
- [commit: ghc] master: Add Uniquable instances for InstalledPackageId/SourcePackageId/PackageName (d5a80db)
git at git.haskell.org
- [commit: ghc] master: Clarify the documentation for 'evaluate' (de9a836)
git at git.haskell.org
- [commit: ghc] master: llvmGen: move to LLVM 3.6 exclusively (5d5abdc)
git at git.haskell.org
- [commit: ghc] master: Don't overwrite input file by default (78833ca)
git at git.haskell.org
- [commit: ghc] master: Refactor the handling of quasi-quotes (f46360e)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Most of the custom solver for typeable. What's missing: (73da504)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Use the kind itself in the evidence for `Typeable` (e50df19)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Put it all together. (6b4240b)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: All reps, except the ones for type/kind constructors. (abfc297)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Add wire-in names for the `Typeable` dictionary constructors. (8495351)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Construct basic dictionary shapes. (7fa6e0e)
git at git.haskell.org
- [commit: ghc] branch 'wip/travis' created
git at git.haskell.org
- [commit: ghc] wip/travis: [ci skip] comment typo (d5cfdd1)
git at git.haskell.org
- [commit: ghc] wip/travis: travis: Try to install llvm-3.6 (6b4cbf9)
git at git.haskell.org
- [commit: ghc] wip/travis: travis: Try to install llvm-3.6 (f4ac72a)
git at git.haskell.org
- [commit: ghc] wip/travis: travis: Try to install llvm-3.7 (054c135)
git at git.haskell.org
- [commit: ghc] wip/travis: travis: Try to install llvm-3.7 (2e39cb0)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Cache representation outside lambda, the way it was in manual instances. (6f93aa8)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Bug-fix: the coercion was the wrong way around. (cc0f70b)
git at git.haskell.org
- [commit: ghc] master: More comments and white space (12698ff)
git at git.haskell.org
- [commit: ghc] master: Comments only (1e651b9)
git at git.haskell.org
- [commit: ghc] master: Add a couple of tcTraces around reify (1e58ed8)
git at git.haskell.org
- [commit: ghc] master: Do not complain about missing fields in Trac #10047 (1d982ba)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Remove warnings (b909149)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Custom treatment of `Typeable` in super-classes. (4b4005e)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Mostly disable the old-style Deriving. (ce43ab1)
git at git.haskell.org
- [commit: ghc] wip/travis: travis: Try to install llvm-3.6 (23f5e0d)
git at git.haskell.org
- [commit: ghc] master: Do not share T9878.hs between test T9878 and T9878b (3568bf3)
git at git.haskell.org
- [commit: ghc] master: nameIsLocalOrFrom should include interactive modules (6ff3db9)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Remove some more code for deriving `Typeable` (4b08cd5)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Allow `Typeable` instances in interfaces, but warn, and ignore them. (fcfebd6)
git at git.haskell.org
- [commit: ghc] master: Fix #10079 by recurring after flattening exposes a TyConApp. (befe2d7)
git at git.haskell.org
- [commit: ghc] master: Fix egregious typo in checkTauTvUpdate. (d5cd94d)
git at git.haskell.org
- [commit: ghc] master: Propagate ReturnTvs in matchExpectedFunTys (849e25c)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: We still need `DataTypeable` when deriving `Data` (was removed accidentally) (53cb59d)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Delete commented out code. (34c8975)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Remove more unused code. (971936a)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Bugfix: proxy# needs a kind, as well as a type. (50f6fd4)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Disable `Ignoring derive Typeable` warnings. (4003132)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Remove unused imports to prevent warning, which leads to validation failure. (db64f55)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Rewriten large parts of deSugar/Check.hs to do as the paper says (6104710)
git at git.haskell.org
- [commit: packages/haskell2010] branch 'wip/T9590' created
git at git.haskell.org
- [commit: packages/haskell2010] wip/T9590: Attempt at reviving the `haskell2010` package (ac8801a)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Printing some more stuff (35b782c)
git at git.haskell.org
- [commit: ghc] master: Comments and white space; plus structurally avoiding the previously "egregious bug" (b45309f)
git at git.haskell.org
- [commit: ghc] master: Tiny refactoring; no change in behaviour (6be91dd)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Fix a profiling bug (1d401b4)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Don't overwrite input file by default (ed4de44)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Fix #10079 by recurring after flattening exposes a TyConApp. (dfb6b9f)
git at git.haskell.org
- [commit: ghc] ghc-7.10: nameIsLocalOrFrom should include interactive modules (4e25dc6)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Fix egregious typo in checkTauTvUpdate. (9970626)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Propagate ReturnTvs in matchExpectedFunTys (976e420)
git at git.haskell.org
- [commit: ghc] typeable-with-kinds: Add flag to warn when deriving typeable, and update user manual (8447183)
git at git.haskell.org
- [commit: ghc] master: Improve documentation of 'trace' (7fdded4)
git at git.haskell.org
- [commit: ghc] master: Refactor decideQuantification (b96db75)
git at git.haskell.org
- [commit: ghc] master: Comments only (36f2ad5)
git at git.haskell.org
- [commit: ghc] master: Improve typechecking of RULEs, to account for type wildcard holes (5ab7518)
git at git.haskell.org
- [commit: ghc] master: Move comments about evaluating the message to the top of the module (6fa285d)
git at git.haskell.org
- [commit: ghc] branch 'wip/T9968' created
git at git.haskell.org
- [commit: ghc] wip/T9968: Start fixing T9968 (ecfc5ad)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Short-circuit type-checking for non-GADT constructors (+cleanup) (2f97015)
git at git.haskell.org
- [commit: ghc] wip/generics-propeq: Merge branch 'master' into wip/generics-propeq (5f003d2)
git at git.haskell.org
- [commit: ghc] wip/generics-propeq-conservative: Datatypes are reflected in Constructors now, adapt test output (adc24a4)
git at git.haskell.org
- [commit: ghc] master: Fix typo in error message (49d99eb)
git at git.haskell.org
- [commit: ghc] wip/generics-propeq's head updated: Merge branch 'master' into wip/generics-propeq (5f003d2)
git at git.haskell.org
- [commit: ghc] wip/T9968: Some more work (b81be33)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Removed redundant type from PmConPat and simplified mkConFull (18e58ea)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Take environment EvVars into account when checking pattern matching (2476df2)
git at git.haskell.org
- [commit: ghc] master: Delete vestigial external core code (#9402) (08102b3)
git at git.haskell.org
- [commit: ghc] master: Add configurable verbosity level to hpc (1b82619)
git at git.haskell.org
- [commit: ghc] master: Add missing va_end to va_start (310b636)
git at git.haskell.org
- [commit: ghc] master: Remove RAWCPP_FLAGS (Task #9094) (555eef1)
git at git.haskell.org
- [commit: ghc] master: Don't truncate traceEvents to 512 bytes (#8309) (a82364c)
git at git.haskell.org
- [commit: ghc] master: Improve outdated ghc-pkg cache warning (#9606) (e7fab33)
git at git.haskell.org
- [commit: ghc] master: Revert "Eta-expand argument to foldr in mapM_ for []" (91d9530)
git at git.haskell.org
- [commit: ghc] master: Do not clobber CPPFLAGS nor LDFLAGS, fixes #10093 (9caf71a)
git at git.haskell.org
- [commit: ghc] master: runghc: be explicit about ghc version (#9054) (6d17125)
git at git.haskell.org
- [commit: ghc] master: Cleanup ghc-pkg (32d1a8a)
git at git.haskell.org
- [commit: ghc] master: Typo in function name (35d464b)
git at git.haskell.org
- [commit: ghc] master: Fix #10045 (e9d72ce)
git at git.haskell.org
- [commit: ghc] wip/T9968: I think this was just wrong (f6be00a)
git at git.haskell.org
- [commit: ghc] wip/T9968: Most work is done now (92fdc8d)
git at git.haskell.org
- [commit: ghc] wip/T9968: Make the implementation of DeriveAnyClass more robust (5782905)
git at git.haskell.org
- [commit: ghc] wip/T9968: Improve tests (d964bcf)
git at git.haskell.org
- [commit: ghc] wip/T9968's head updated: Improve tests (d964bcf)
git at git.haskell.org
- [commit: ghc] master: Comments only (ef391f8)
git at git.haskell.org
- [commit: ghc] master: fix T7600 run on bigendian platform (3f30912)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Fixed major bug in type of uni-patterns (ecbaa03)
git at git.haskell.org
- [commit: ghc] master: Add a bizarre corner-case to cgExpr (Trac #9964) (9c78d09)
git at git.haskell.org
- [commit: ghc] master: Don't report instance constraints with fundeps as redundant (10fab31)
git at git.haskell.org
- [commit: ghc] wip/T9968: Typo in comment (b4d85c1)
git at git.haskell.org
- [commit: ghc] wip/T9968: Typo in comment (12ad3bd)
git at git.haskell.org
- [commit: ghc] wip/T9968: Typos in comments (39ed01f)
git at git.haskell.org
- [commit: ghc] wip/T9968: Whitespace only (9c64f72)
git at git.haskell.org
- [commit: ghc] wip/T9968: Whitespace only (98c9d05)
git at git.haskell.org
- [commit: ghc] wip/T9968: Make the implementation of DeriveAnyClass more robust (2aac932)
git at git.haskell.org
- [commit: ghc] wip/T9968: Add a test for T9968, and improve T5462Yes1 (78c292d)
git at git.haskell.org
- [commit: ghc] wip/T9968: Accept new test output (33740ea)
git at git.haskell.org
- [commit: ghc] wip/T9968: Minor change to the user's guide (636feee)
git at git.haskell.org
- [commit: ghc] master: Comments only (f3e5c30)
git at git.haskell.org
- [commit: ghc] master: Comments only (5f675e5)
git at git.haskell.org
- [commit: ghc] master: Comments only (5094719)
git at git.haskell.org
- [commit: ghc] wip/travis: travis: Try to install llvm-3.6 (d40aba3)
git at git.haskell.org
- [commit: ghc] wip/travis: llvm.org/apt now has 3.6 binaries (86da000)
git at git.haskell.org
- [commit: ghc] wip/travis: [ci skip] comment typo (9cb7c6e)
git at git.haskell.org
- [commit: ghc] wip/travis's head updated: llvm.org/apt now has 3.6 binaries (86da000)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Add missing test from previous commit (55199a97) (f9e68c5)
git at git.haskell.org
- [commit: ghc] wip/travis: llvm.org/apt now has 3.6 binaries (424cb55)
git at git.haskell.org
- [commit: ghc] wip/travis: travis: more experimentation (0505964)
git at git.haskell.org
- [commit: ghc] branch 'wip/travis' deleted
git at git.haskell.org
- [commit: ghc] master: [ci skip] comment typo (547c40a)
git at git.haskell.org
- [commit: ghc] master: Unbreak travis by installing llvm-3.6 (d4b6453)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Data Families PROB: looking for the source of it (967c6c7)
git at git.haskell.org
- [commit: ghc] branch 'wip/T9388' created
git at git.haskell.org
- [commit: ghc] wip/T9388: Remove old state hack (1393b8a)
git at git.haskell.org
- [commit: ghc] wip/T9388: Introduce the new state hack in the demand analyzer (c76f59b)
git at git.haskell.org
- [commit: ghc] wip/T9388: Simplify typeArity (e7420c7)
git at git.haskell.org
- [commit: ghc] master: {Data, Generic(1), MonadZip} instances for Identity (1f60d63)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Update submodule to Cabal 1.22.1.0 release (a4b5805)
git at git.haskell.org
- [commit: ghc] master: fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #10043) (b2be772)
git at git.haskell.org
- [commit: ghc] master: Error out on `Main` without `main` in GHCi (#7765) (0fa2072)
git at git.haskell.org
- [commit: ghc] master: Make top-level "configure" accept and propagate --with-curses-{includes, libraries} to libraries (bbb57a6)
git at git.haskell.org
- [commit: ghc] master: Fix for ticket #10078: ensure that tcPluginStop is called even in case of type errors (fd581a7)
git at git.haskell.org
- [commit: ghc] master: Always ignore user-package-db when running tests (30dc59e)
git at git.haskell.org
- [commit: ghc] master: Declare some Makefile targets to be PHONY (a0ef626)
git at git.haskell.org
- [commit: ghc] master: rts/linker: ignore unknown PE sections (a293925)
git at git.haskell.org
- [commit: ghc] master: Show '#' on unboxed literals (47175e0)
git at git.haskell.org
- [commit: ghc] ghc-7.10: rts/linker: ignore unknown PE sections (ad62865)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Fix for ticket #10078: ensure that tcPluginStop is called even in case of type errors (f163b15)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Make top-level "configure" accept and propagate --with-curses-{includes, libraries} to libraries (d9e24f4)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Improve typechecking of RULEs, to account for type wildcard holes (20ccf72)
git at git.haskell.org
- [commit: ghc] ghc-7.10: {Data, Generic(1), MonadZip} instances for Identity (873c398)
git at git.haskell.org
- [commit: ghc] master: docs: add INSTALL.md to root dir (#9926) (9a1c8d9)
git at git.haskell.org
- [commit: ghc] master: docs: Flatten MAKEHELP/SUBMAKEHELP (c3f9eb4)
git at git.haskell.org
- [commit: ghc] ghc-7.10: docs: add INSTALL.md to root dir (#9926) (e34ca99)
git at git.haskell.org
- [commit: ghc] ghc-7.10: docs: Flatten MAKEHELP/SUBMAKEHELP (b6fc8a9)
git at git.haskell.org
- [commit: ghc] ghc-7.10: fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #10043) (4afc586)
git at git.haskell.org
- [commit: ghc] master: base: fix broken link (#10088) (266fa70)
git at git.haskell.org
- [commit: ghc] ghc-7.10: base: fix broken link (#10088) (2f2b5c8)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Add configurable verbosity level to hpc (00693e1)
git at git.haskell.org
- [commit: ghc] ghc-7.10: docs: Update release notes (d4a04dd)
git at git.haskell.org
- [commit: ghc] master: Fix build bogons due to missing separator (9004f0d)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Fix build bogons due to missing separator (528b503)
git at git.haskell.org
- [commit: ghc] master: base: Fix (**) implementation for Data.Complex (4f467b2)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Improve documentation of 'trace' (d67b784)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Move comments about evaluating the message to the top of the module (35a0b67)
git at git.haskell.org
- [commit: ghc] master: Provide a faster implementation for the Read Integer instance (a5a4c25)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Provide a faster implementation for the Read Integer instance (0e0a0b4)
git at git.haskell.org
- [commit: ghc] master: testsuite: update .gitignore (d1d02e8)
git at git.haskell.org
- [commit: ghc] master: System.IO.Error: Fix a documentation link to Control.Exception.Exception (bb3b71a)
git at git.haskell.org
- [commit: ghc] master: Comment typo (26a85bd)
git at git.haskell.org
- [commit: ghc] master: driver: split -fwarn-unused-binds into 3 flags (fixes #17) (aead019)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Probably fixed the data family issue (e44c631)
git at git.haskell.org
- [commit: ghc] wip/T9968: Typo in comment (3703886)
git at git.haskell.org
- [commit: ghc] wip/T9968: Typo in comment (d92762f)
git at git.haskell.org
- [commit: ghc] wip/T9968: Typos in comments (0086487)
git at git.haskell.org
- [commit: ghc] wip/T9968: Whitespace only (35061e3)
git at git.haskell.org
- [commit: ghc] wip/T9968: Whitespace only (2069999)
git at git.haskell.org
- [commit: ghc] wip/T9968: Make the implementation of DeriveAnyClass more robust (8e5f78d)
git at git.haskell.org
- [commit: ghc] wip/T9968: Add a test for T9968, and improve T5462Yes1 (ef7da28)
git at git.haskell.org
- [commit: ghc] wip/T9968: Minor change to the user's guide (66c352b)
git at git.haskell.org
- [commit: ghc] wip/T9968: Accept new test output (5d101a4)
git at git.haskell.org
- [commit: ghc] wip/T9968's head updated: Minor change to the user's guide (66c352b)
git at git.haskell.org
- [commit: ghc] master: Emulate GMP 5+ operations for GMP 4.x compat (5be8ed4)
git at git.haskell.org
- [commit: ghc] master: Update submodule to Cabal 1.22.1.0 release (00c971e)
git at git.haskell.org
- [commit: ghc] master: Fix comments, and a little reformatting (7a3d7c0)
git at git.haskell.org
- [commit: ghc] master: Axe ModFinderCache, folding it into a generalized FinderCache. (ea3b4cf)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Fixes: removed closeOverKinds, Get Qs from signature, not so chatty (1e2783b)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Make pmcheck more chatty about types and kinds (eb04a09)
git at git.haskell.org
- [commit: ghc] master: AllocationLimitExceeded should be a child of SomeAsyncException (b7f7889)
git at git.haskell.org
- [commit: ghc] wip/gadtpm: Fixed kind polymorphism (01641b4)
git at git.haskell.org
- [commit: ghc] master: Update process submodule to 1.2.3.0 snapshot (1def53f)
git at git.haskell.org
- [commit: ghc] ghc-7.10: Update process submodule to 1.2.3.0 snapshot (d4903a4)
git at git.haskell.org
Last message date:
Fri Feb 27 08:13:01 UTC 2015
Archived on: Fri Feb 27 08:12:29 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).