Timeline
11/18/08:
- 12:59 Ticket #2783 (RTS -K/-M options not honored) closed by
- fixed: Merged
- 04:42 Ticket #2780 (C stack overflow on Windows) closed by
- duplicate: same bug as #2783
- 00:38 Ticket #2788 (GHC panic) closed by
- duplicate: Duplicate of #2753.
11/17/08:
- 23:17 Ticket #2788 (GHC panic) created by
- Attempting to compile SHA1Test.hs in the Crypto-4.1.0 package on Hackage …
- 17:37 TypeFunctionsStatus edited by
- (diff)
- 11:45 Ticket #2787 (Panic (core lint failure) with type synonym in GHC 6.10.1) created by
- This causes a panic: […] The basic compiler panic is: […] The …
- 08:46 Ticket #2786 (Blackhole loops are not detected and reported in GHCi) created by
- While looking into #2783 I noticed this. It has never worked, and I was …
- 06:58 Ticket #2512 (MAP_32BIT flag might not be respected under xen?) closed by
- duplicate: A patch has been committed, we need help to test it. Head on over to …
11/16/08:
- 17:26 TypeFunctionsStatus edited by
- (diff)
- 17:15 TypeFunctionsStatus edited by
- (diff)
- 15:06 Ticket #2785 (Memory leakage with socket benchmark program) created by
- Attached benchmark program is similar to the thread-ring benchmark of the …
- 10:00 Ticket #2342 (timer problem under Sparc Solaris for Release Candidate ghc-6.8.2.20080603) closed by
- fixed: OK, closing it. Thanks!
- 08:27 Ticket #2782 (Data instance for ratio changed, now incompatible) closed by
- fixed: I've changed the undefined as you suggest. If you want the actual …
- 07:26 Ticket #2758 (runghc in stdin mode ignores Ctrl-C on Windows, cannot be killed) closed by
- fixed: Merged
- 07:26 Ticket #2778 (Standard output from subprocess has chunks missing) closed by
- fixed: Merged
11/15/08:
- 14:51 Ticket #2784 (Cannot call connect with a socket that is already bound.) created by
- […] Network.Socket.connect checks the SocketStatus of the socket: …
- 07:07 Ticket #2783 (RTS -K/-M options not honored) created by
- I have this program main = print $ do x <- [ 0 .. 5 ] ; let { y = 5 - y } …
- 03:15 Ticket #2782 (Data instance for ratio changed, now incompatible) created by
- Using the following code: […] Under GHC 6.8.2 I get the answer 0, …
11/14/08:
- 11:43 Ticket #2779 (ghc: internal error: mmap() returned memory outside 2Gb) closed by
- duplicate: Closing since the another ticket already exists #2512
- 10:21 Ticket #2781 (Install permissions broken) created by
- -rwx------ 1 root root 103 2008-11-14 20:19 /usr/local/bin/ghc-6.10.1* …
- 08:38 Ticket #2780 (C stack overflow on Windows) created by
- […] It should go <loop>, and in some circumstances it does, but …
- 07:51 Ticket #2779 (ghc: internal error: mmap() returned memory outside 2Gb) created by
- On installing ghc binary dist on Ubuntu Hardy 8.4.1 running GHCi gives: …
- 06:20 Ticket #2751 (GHC 6.10.1 fails to build with --enable-shared configured on Ubuntu 8.04.) closed by
- fixed: ./configure --help now discourages the use of --enable-shared for the …
- 05:46 Ticket #2777 (process created by system "yes" exits with error code 1) closed by
- duplicate: Turns out to be the same bug as #2778.
11/13/08:
- 09:33 Ticket #2771 (GHC fail to Compile Crypto) closed by
- duplicate: Duplicate of #2753.
- 08:39 Ticket #2778 (Standard output from subprocess has chunks missing) created by
- Running […] in ghci results in output in which chunks of text are …
- 08:19 Ticket #2777 (process created by system "yes" exits with error code 1) created by
- […] results in a long stream of "y"s and then, almost instantly: …
- 05:12 Ticket #2772 (vista detects ghc crash on testsuite ghci derefnull) closed by
- duplicate: GHC is meant to handle it, with the rts/win32/seh_excn.h stuff. From …
11/12/08:
- 20:34 Ticket #2776 (Document -pgmL (Use cmd as the literate pre-processor)) created by
- The GHC option -pgmL (Use cmd as the literate pre-processor) is …
- 15:08 Ticket #2775 (Type Family panic) created by
- The following code produces the ghc panic below. […] […]
- 10:51 Ticket #2774 (sIsReadable and sIsWritable return true after socket is closed.) created by
- […] sIsReadable and sIsWritable return true when the SocketStatus is …
- 09:56 Ticket #2773 (Documentation mentions deprecated flags) created by
- The 6.10.1 release notes mentions a number of -optdef flags that are now …
- 09:29 Ticket #2772 (vista detects ghc crash on testsuite ghci derefnull) created by
- On Vista SP1, windows detects a ghc crash and pops up an interactive …
- 07:36 Ticket #2771 (GHC fail to Compile Crypto) created by
- When I tried to compile Crypto lib in a MSI Wind notebook with Arch Linux, …
- 04:44 Ticket #2770 (Missing check that C compiler is C99 compatible) created by
- The autoconfigure script checks for gcc >= 2. When using such a compiler …
- 03:54 Ticket #2142 (:b doesn't invoke :browse, or even generate an ambiguous command error) closed by
- wontfix: Perhaps in retrospect we shouldn't have spammed :b, but I think it would …
- 03:39 GHC-6.10.2 created by
- 03:00 Ticket #2743 (GHC 6.10.1 Win32 release is unusable (on XP SP3)) closed by
- fixed: I've built with the fix, and tested, and it works: […]
11/11/08:
- 15:21 Ticket #2752 (Parse error in STM.c) closed by
- fixed: Merged.
- 13:40 Ticket #2745 (ghc -shared broken) closed by
- fixed: Merged
- 13:38 Ticket #2747 (Excessive Memory Usage: space leak with foldl' on Integer) closed by
- fixed: Merged
- 13:01 Ticket #2769 (Export mapAccumR from Data.Map, Data.IntMap) created by
- For some reason, the mapAccumR function isn't exported from Data.Map …
- 10:28 Ticket #2768 (rts/win32/IOManager.h declarations conflict with windows.h) created by
- rts/win32/IOManager.h has the following: […] Which causes problems on …
- 09:33 Ticket #1995 (Unsoundness in the RTTI scheme when newtypes are involved) closed by
- fixed: Fixed up to some point by the patch below. […] It is still possible to …
- 09:25 Ticket #2475 (debugger gives "Can't unify" when stopped at an exception) closed by
- fixed: I forgot to close this ticket. Fixed by the patch […]
- 06:28 Ticket #1944 (round function causes cblas NaNs) closed by
- fixed: Optimistically assuming this is the same bug as #2724 (now fixed).
- 06:01 Ticket #2767 (Type family bug ?) created by
- I get this error when compiling a program with associated type families: …
- 02:39 Ticket #2766 (Infix type operators are presented with incorrect syntax in ghci) created by
- Prelude Control.Arrow> :t first :: Arrow (~>) => b~>c -> (b, d)~>(c, d) …
- 01:53 Ticket #2765 (unsetenv not found under Solaris 8 when building ghc-6.10.1) created by
- Which library provides unsetenv? […] […]
11/10/08:
- 15:44 Ticket #2764 (gen_contents_index generates links with package.haddock in the path) created by
- If one runs gen_contents_index in libraries/ it generates broken links to …
- 11:58 Ticket #2763 (while installing cabal from darcs, 1.6.0.1 and 1.4.0.2) created by
- I can't build cabal 1.4.0.2, cabal from darcs and cabal 1.6.0.1 Running …
- 10:26 Ticket #2761 (type checker bug) closed by
- invalid: Thanks for the report! However, the types are not equivalent, e.g. this …
- 09:49 Ticket #2754 (Strictness analyzer fails on an implementation of foldl) closed by
- invalid: Right, foldA is only strict in r if op is strict in its first …
- 08:55 Ticket #2762 (Excessive heap usage) created by
- With Main.hs: […] and InputOutput.hs: […] according to […] …
- 06:52 Ticket #2761 (type checker bug) created by
- This causes a type error: […] This should compile fine since the types …
- 06:22 Ticket #2760 (Data.Generics.Basics.mkNorepType spelled wrong) created by
- To be consistent with the constructor name NoRep? this function should be …
- 06:13 Ticket #2759 (Data.Generics.ConstrRep isn't general enough) created by
- The type ConstrRep? in Data.Generics is used to represent constructors for …
- 02:07 Ticket #2758 (runghc in stdin mode ignores Ctrl-C on Windows, cannot be killed) created by
- Moved from #2743.
- 02:06 Ticket #2757 (runghc doesn't respond to --help / --version) created by
- Should be an easy one. (moved from #2743)
11/09/08:
- 18:56 Ticket #2756 (state hack causes unneeded value to be evaluated) created by
- The following code prints "Main: Why?" when compiled with {{{ghc …
11/08/08:
- 10:59 Ticket #2755 (Broken link in GHC API documentation) created by
- In the docs for the Exception module, the link to the Exception class goes …
11/07/08:
- 20:30 Ticket #2754 (Strictness analyzer fails on an implementation of foldl) created by
- foldB has O(1) complexity, but foldA O(N). Looks like a strictness …
- 15:43 Ticket #2753 (GHC 6.10.1 cannot compile Crypto-4.1.0) created by
- While trying to install Crypto, I get this error message with GHC 6.10.1 …
- 00:52 Ticket #2752 (Parse error in STM.c) created by
- Building failed. * Red Hat 7.3 * ghc-6.6.1 * gcc-2.96 * GNU make-3.80 …
11/06/08:
- 21:33 Ticket #2751 (GHC 6.10.1 fails to build with --enable-shared configured on Ubuntu 8.04.) created by
- To replicate: * unpack the source tar file * unpack the …
- 08:30 Ticket #2750 (Bug in Data.Generics) created by
- Observe the following: […] Probably a pasto in Data.Generics.
- 08:29 Ticket #2749 (No mention of -shared regression in relase docs) closed by
- duplicate: see #2745
- 06:49 Ticket #2749 (No mention of -shared regression in relase docs) created by
- The -shared flag used to do something useful on Windows, now it just fails …
11/05/08:
- 12:37 Ticket #2748 (Fundep-laden code compiled and ran fine in 6.8, fails in 6.10) created by
- I was kindly alerted by Ian Lynagh that some code of mine on hackage was …
- 07:22 Ticket #2747 (Excessive Memory Usage: space leak with foldl' on Integer) created by
- "foldl1' (*) [1..1000000]" for example allocates up to 1.9 GB of Memory in …
- 01:58 Ticket #2746 (Documentation for Haskell 98 modules is empty) created by
- How did this happen? …
- 01:26 Ticket #2745 (ghc -shared broken) created by
- Lennart reports that ghc -shared is broken: […]
11/04/08:
- 23:36 Ticket #2744 (Missing requirement check for hsc2hs) created by
- Using ghc-6.6.1 to build ghc-6.10.1 fails because it's missing the hsc2hs …
- 15:06 Ticket #2743 (GHC 6.10.1 Win32 release is unusable (on XP SP3)) created by
- 1. Running ghc in cmd.exe shell delivers (in my config): ghc.EXE: panic! …
- 14:09 Ticket #2742 (The -> in ViewPatterns binds more weakly than infix data constructors.) created by
- The following code, essentially taken from the ViewPatterns page on the …
- 13:54 Ticket #2741 (Delete key not working in GHCi) created by
- In GHCi 6.10.1, on Ubuntu with libedit 2.11, pressing the delete key …
- 06:51 Ticket #2722 (<<loop> when compiling with -O option with ghc-6.10.0.20081019) closed by
- fixed: It never occurred to me before that using a valid equation as a rule could …
- 05:38 Ticket #2740 (free variable not available in debugger) created by
- The attached test shows the bugs. Unpack and check the ghci_log.html file …
- 04:05 Ticket #2738 (Regression in type checking of sections in records) closed by
- invalid: Thanks for the report. I haven't tried the full program, but this: […] …
- 03:52 Ticket #2739 (GHC API crashes on template haskell splices) created by
- The GHC API crashes when type checking these two modules: TH.hs: …
11/03/08:
- 19:48 Ticket #2738 (Regression in type checking of sections in records) created by
- Looks like a GHC 6.10 regression. The following code, from …
- 12:14 Ticket #2737 (add :tracelocal to ghci debugger to trace only the expressions in a given ...) created by
- As there is :steplocal, there should be also :tracelocal. It would keep …
- 03:12 Ticket #2735 (ghc panic with Haskell 98 program (applyTypeToArgs?)) closed by
- fixed: Fixed by […] Thanks for the report. Simon
11/02/08:
- 22:39 Ticket #2736 (Add bool to Data.Bool) created by
- The function either is in Data.Either and maybe is in Data.Maybe. The …
- 07:55 Ticket #2735 (ghc panic with Haskell 98 program (applyTypeToArgs?)) created by
- This code, […] crashes ghc: […] (Example trimmed down from a …
10/31/08:
- 14:12 Ticket #1837 (ghc-pkg should not accept unversioned depends) closed by
- fixed: Looks like when the warning was removed, the test was too. I've reinstated …
- 10:17 Ticket #2732 (Incorrect requirement for building ghc) closed by
- fixed: Thanks for the report. I've fixed the webpage, and the configure scripts …
- 07:57 Ticket #2652 (fancier prompts for ghci) closed by
- fixed: Thanks for the patch! I've applied a slightly different version: Prompt …
10/30/08:
- 10:02 Ticket #2674 (ghc panic TcPat.checkArgs) closed by
- fixed: Merged
- 10:01 Ticket #2728 (T2627 profasm/profc: Kinds don't match in type application) closed by
- fixed: Fixed by […]
- 04:45 Ticket #2733 (Newtype deriving over phantom types broke between GHC 6.6.1 and GHC 6.8.1) closed by
- duplicate: Dup #2734.
- 04:45 Ticket #2734 (Newtype deriving over phantom types broke between GHC 6.6.1 and GHC 6.8.1) closed by
- invalid: I'm afraid this is by design: the 6.6 deriving mechanism could …
- 03:09 Ticket #2734 (Newtype deriving over phantom types broke between GHC 6.6.1 and GHC 6.8.1) created by
- Consider the following code: […] In 6.6.1, it was permissible to derive …
- 03:08 Ticket #2733 (Newtype deriving over phantom types broke between GHC 6.6.1 and GHC 6.8.1) created by
- Consider the following code: {-# OPTIONS_GHC -fglasgow-exts …
- 02:52 Ticket #2732 (Incorrect requirement for building ghc) created by
- At the bottom of http://www.haskell.org/ghc/download_ghc_683.html you'll …
- 02:06 Ticket #2731 (Avoid unnecessary evaluation when unpacking constructors) created by
- Consider […] GHC will extract the first component of the MkT, …
- 01:42 Ticket #2730 (Quasiquote or TH linking may need HPC flag) created by
- Test quasiquotation/qq005 fails in the hpc way: […] I believe the …
10/29/08:
- 10:43 Ticket #2729 (Stuck when compiling XMonad.StackSet in xmonad 0.9 (hackage version)) created by
- This is the end of the -v output without -O2 […] ...and then it stops, …
- 10:16 Ticket #2728 (T2627 profasm/profc: Kinds don't match in type application) created by
- T2627 profasm/profc is getting a lint failure: […]
- 07:14 Ticket #2720 (eyeball/inline1 still isn't optimised with -fno-method-sharing) closed by
- fixed: I believe I've fixed this […] Do try it out. I'll close it meanwhile. …
- 05:54 Ticket #2714 (No match in record selector Var.tcTyVarDetails) closed by
- fixed: Merged
- 05:52 Ticket #2723 (Unnecessary warning for record wildcards) closed by
- fixed: Didn't go cleanly, so not merged.
10/28/08:
- 18:39 Ticket #2700 (Template Haskell pretty printer arrow always associates right) closed by
- fixed: Merged
- 18:36 Ticket #2713 (Fixities interact badly with TH under GHC 6.10.1 20081007) closed by
- fixed: Merged
- 18:35 Ticket #2701 (Cannot derive Data for structures containing unboxed values) closed by
- fixed: Merged
- 05:03 Ticket #2595 (Implement record update for existential and GADT data types) closed by
- fixed: OK I have mostly-implemented this feature request […] No need to merge. …
10/27/08:
- 17:38 Ticket #2727 (DiffArray performance unusable for advertized purpose) created by
- (cf. this …
- 12:17 Ticket #2718 (Building ghc-6.8.3 with ghc-6.2.2 failed on Red Hat 7.3 machine) closed by
- invalid: Only >= 6.4.2 is supported for building 6.8.3, sorry. You should be able …
- 09:36 Ticket #2707 (GHCi reports "exitWith ExitSuccess" as an exception) closed by
- invalid: I agree. It might be useful to the user to know that the program …
- 07:20 Ticket #2726 (getAddrInfo and addrFamily not in scope on Windows GHC 6.8) created by
- import Network.Socket ... getAddrInfo ... addrFamily -- gives me not …
- 06:16 Ticket #1291 (Binary Solaris build fails on Solaris 9) closed by
- fixed: I've added a link to this ticket from the 6.8.3 download blurb.
- 06:06 ModuleDependencies/Hierarchical edited by
- update based on discussion with simonmar (diff)
10/26/08:
- 12:41 Ticket #2725 (Remove Hack in compiler/nativeGen/MachCodeGen.hs) created by
- Remove the hack around Line 3914 labeled with: […] This bug is intended …
10/25/08:
- 21:50 Ticket #1291 (Binary Solaris build fails on Solaris 9) reopened by
- Can you please change the website/docs to reflect this? Either: * …
- 12:39 Ticket #2724 (foreign functions called from optimized Haskell code receive non-empty fpu ...) created by
- It has been observed that wrong NaN's are produced by foreign functions in …
10/24/08:
- 22:05 Status/October08 edited by
- (diff)
- 07:24 GHC-6.10.1 edited by
- for each platform, show all bugs against the OS, not just those for this … (diff)
- 05:22 GHC-6.10.1 edited by
- sparc doesn't work (diff)
- 01:56 Status/October08 edited by
- (diff)
- 01:56 Status/October08 edited by
- (diff)
- 01:53 Status/October08 edited by
- (diff)
10/23/08:
- 10:10 Ticket #2723 (Unnecessary warning for record wildcards) created by
- When compiling a file with record wildcards, -Wall produces a warning …
- 06:14 Ticket #2686 (Panic in OpenAFP with GHC 6.10 RC) closed by
- duplicate: Duplicate of #2715
- 05:00 Ticket #2668 (Standalone deriving doesn't do newtype deriving properly) closed by
- fixed: Merged
10/22/08:
- 23:15 TypeFunctionsStatus edited by
- (diff)
- 19:56 Commentary/Compiler/NewCodeGenModules edited by
- (diff)
- 19:55 Commentary/Compiler/NewCodeGenModules edited by
- (diff)
- 16:24 ModuleDependencies edited by
- Add link to hierachical module structure proposal (diff)
- 16:20 ModuleDependencies/Hierarchical created by
- Add proposal for hierarchical module structure for GHC
- 08:05 Ticket #2722 (<<loop> when compiling with -O option with ghc-6.10.0.20081019) created by
- When trying to compile HXT with ghc-6.10 rc1 all examples, even the …
- 02:54 Ticket #2719 (urk! lookup local fingerprint with -O and TemplateHaskell) closed by
- duplicate: Duplicate of #2685, which should be fixed in recent snapshots. Thanks for …
10/21/08:
- 19:12 Ticket #2721 (Newtype deriving doesn't work with type families) created by
- This assumes -XTypeFamiles -XGeneralizedNewtypeDeriving. Example: […] …
- 18:44 Ticket #2720 (eyeball/inline1 still isn't optimised with -fno-method-sharing) created by
- Just as a reminder: eyeball/inline1.hs isn't optimised properly if …
- 15:37 Ticket #2711 (haddock contents/index includes hidden modules (broken links)) closed by
- fixed: Fixed by: […] […]
- 12:44 Ticket #2693 (Type Synonym Family Panic in GHC 6.10.0.20081007) closed by
- fixed: Merged
- 12:44 Ticket #2688 (GHC 6.10.0.20081007 hangs instead of giving error about missing type class ...) closed by
- fixed: Merged
- 12:43 Ticket #2703 (Buffer overflow, occasional segfaults when using handles created by ...) closed by
- fixed: Merged
- 10:01 Ticket #2698 (Windows binary distribution pops up README.TXT for the source distribution) closed by
- fixed: Fixed in HEAD and 6.10: […]
- 09:33 Ticket #2716 (ghci uses an enormous amount of memory (recent 6.10 snapshots)) closed by
- invalid: From looking at source, the Gentoo libedit version I was using …
- 08:37 Ticket #2719 (urk! lookup local fingerprint with -O and TemplateHaskell) created by
- An interesting feature of this bug is that it goes away when …
- 08:17 Ticket #2718 (Building ghc-6.8.3 with ghc-6.2.2 failed on Red Hat 7.3 machine) created by
- I'm trying to compile ghc-6.8.3 on an old Red Hat 7.3 system. Using an …
- 07:56 ModuleDependencies edited by
- add image to current dependency graph (diff)
- 06:56 Ticket #2688 (GHC 6.10.0.20081007 hangs instead of giving error about missing type class ...) reopened by
- Fixed by […] Pls merge
- 06:52 Ticket #2693 (Type Synonym Family Panic in GHC 6.10.0.20081007) reopened by
- Ian pls merge […]
- 05:16 TypeFunctionsStatus edited by
- (diff)
- 05:15 TypeFunctionsStatus edited by
- (diff)
- 05:15 Ticket #2693 (Type Synonym Family Panic in GHC 6.10.0.20081007) closed by
- fixed
- 04:48 TypeFunctionsStatus edited by
- (diff)
- 01:56 Ticket #2629 (Data.List: Replace nub; add nubOrd, nubInt, nubWith) closed by
- invalid: Superseded by proposal #2717 .
- 01:52 Ticket #2717 (Add nubWith, nubOrd) created by
- This is a followup to my proposal #2629, which had a much more ambitious …
10/20/08:
- 22:07 Ticket #2688 (GHC 6.10.0.20081007 hangs instead of giving error about missing type class ...) closed by
- fixed: Igloo: Thanks for doing the trace. That put me on the right trail …
- 22:05 Ticket #2716 (ghci uses an enormous amount of memory (recent 6.10 snapshots)) created by
- I've been trying out ghc 6.10 snapshots and I just discovered that ghci …
- 20:33 Status/October08 edited by
- (diff)
- 20:29 Status/October08 edited by
- (diff)
- 20:28 Status/October08 edited by
- (diff)
- 20:26 Status/October08 edited by
- (diff)
- 20:24 Status/October08 edited by
- (diff)
- 20:23 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 20:22 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 20:21 Commentary/Compiler/NewCodeGenPipeline edited by
- (diff)
- 20:21 Commentary/Compiler/NewCodeGenModules created by
- 20:11 Design/VersionControlSystem edited by
- (diff)
- 20:10 Design/VersionControlSystem edited by
- (diff)
- 20:07 Design/VersionControlSystem edited by
- (diff)
- 20:06 Design/VersionControlSystem created by
- 19:58 Status/October08 edited by
- (diff)
- 19:51 Status/October08 edited by
- (diff)
- 19:46 Status/October08 edited by
- (diff)
- 19:43 Status edited by
- (diff)
- 19:40 Status/October08 edited by
- (diff)
- 16:44 Ticket #2715 (Equality constraint in superclass not supported) created by
- The code in "bug.hs" causes a GHC panic; the nearly identical code in …
- 13:46 Ticket #2714 (No match in record selector Var.tcTyVarDetails) created by
- Summary: […] I stumbled across this while in ghci with flags: […] …
- 11:50 Ticket #2713 (Fixities interact badly with TH under GHC 6.10.1 20081007) created by
- […] Compiling the above with: …
- 11:00 Status/October08 edited by
- (diff)
- 10:53 Status/October08 edited by
- (diff)
- 08:40 Ticket #2712 (Parallel GC scheduling problems) created by
- The parallel GC uses its own gang of threads separate from those used to …
- 02:58 TypeFunctionsStatus edited by
- (diff)
- 01:29 Ticket #2702 (having build issues with ghc 6.6.1) closed by
- invalid: Reporter was able to get GHC installed after help from others on …
10/19/08:
- 12:29 Ticket #2691 (runghc sets terminal ctrl-s to XOFF in ...) closed by
- fixed: Applied and merged to 6.10, thanks!
- 11:38 Ticket #2657 (DPH Haddock document isn't linked from Libraries document) closed by
- fixed: We've got the same problem with, for example, a load of GHC.* modules, so …
- 11:27 Ticket #2711 (haddock contents/index includes hidden modules (broken links)) created by
- Lots of supposedly hidden modules are listed in the haddock contents and …
- 07:30 Ticket #2710 (-main-is flag in {-# OPTIONS #-} pragma not fully supported) created by
- The -main-is flag is dynamic an may therefore be placed inside the `{-# …
- 03:10 Ticket #2709 (System.Directory.doesDirectoryExist "\\" is False on Windows) created by
- […] The above prints False followed by True, and both should …
Note: See TracTimeline
for information about the timeline view.
