Results 0 - 7 of 7.

632 VIEWS

  • Forums
  • Posted by dons about 1 year ago
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) ... [More] , hclanlib,haskelldsp, probability, streamproc, funcmp, hsdns, hsemail, postmaster, hopenssl, and maybe others. Any idea what happened here? [Less]

872 VIEWS

  • Forums
  • Posted by dons about 1 year ago
Seems fine now, and actually shows the Haskell component :)

36 VIEWS

  • Forums
  • Posted by dons about 1 year ago
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.

3308 VIEWS

  • Forums
  • Posted by dons about 1 year ago
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?

744 VIEWS

  • Forums
  • Posted by dons about 1 year ago
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 :)

527 VIEWS

  • Forums
  • Posted by dons about 1 year ago
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 ... [More] 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 :) [Less]

36 VIEWS

  • Forums
  • Posted by dons about 1 year ago
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 ... [More] 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 -} [Less]