Posts by dons

    Avatar

    dons

    5 months ago

    Topic: Counting lines of source code - since 4 days

    Counting lines of source code (Failed), for several new projects, including:

    libmpd (Haskell), haskell-memcached, hsdip, dbus-haskell, SDL-mixer (Haskell), SDL-image (Haskell), SDL (Haskell), hclanlib,haskelldsp, probability, streamproc, funcmp, hsdns, hsemail, postmaster, hopenssl, and maybe others.

    Any idea what happened here?


    Avatar

    dons

    5 months ago

    Topic: Pugs hasn't had it's statistics updated in forever

    Seems fine now, and actually shows the Haskell component :)


    Avatar

    dons

    5 months ago

    Topic: Mostly Written In...

    The gtk2hs project source is identified as mostly Pascal, not Haskell. :)

    This library uses the c2hs preprocessor, meaning it has files with extension *.hsc, *.chs and *.chs.pp -- these are Haskell files.


    Avatar

    dons

    5 months ago

    Topic: Would love to see Darcs support, espe...

    I've uploaded a number of darcs projects using either darcs2git (fast, but only works on less complex repos), and darcs-to-git (much slower, but works on large things). Perhaps some kind of gateway along those lines could be used?


    Avatar

    dons

    5 months ago

    Topic: Any chance Haskell could be supported...

    Thanks Robin. I've uploaded an initial set of Haskell applications, tools and libraries. Hope to see the Languages page update soon with all the Haskell code that has landed :)


    Avatar

    dons

    6 months ago

    Topic: Haskell

    xmonad, GHC, lambdabot, darcs are all in Haskell -- and there's many more projects we'd add (from http://hackage.haskell.org/packages/archive/pkg-list.html ) if Haskell src was supported (and ideally darcs, but a git/darcs gateway is a shorterm compromise).

    Any news on how soon Haskell support will be possible? Having .cabal files recognised as C/C++, and .hs files ignored is tedious :)


    Avatar

    dons

    7 months ago

    Topic: Mostly Written In...

    Haskell projects appear to be listed as C/C++ .

    So while the commits from the git repo (I had to convert from darcs to upload) appear, instead, it appears *.cabal files are treated as C/C++. This is the Haskell make-like system, so should probably be treated as Haskell source too.

    See, e.g., project xmonad

    Haskell extensions: .hs .hsc .lhs .cabal Comments introduced with: -- Nested comments : {- and -}