Dependencies.wiki
changeset 908 8b42034df79a
parent 761 c3cc847195be
child 967 6f529c394a48
equal deleted inserted replaced
907:69a88515a116 908:8b42034df79a
    57 If you want to build the server you need a couple of Haskell-related packages. First you need GHC:
    57 If you want to build the server you need a couple of Haskell-related packages. First you need GHC:
    58 || *Name* || *Version* || *Homepage* ||
    58 || *Name* || *Version* || *Homepage* ||
    59 || GHC (Glasgow Haskell Compiler) || 6.10 || [https://www.haskell.org/ghc/] ||
    59 || GHC (Glasgow Haskell Compiler) || 6.10 || [https://www.haskell.org/ghc/] ||
    60 
    60 
    61 Then you need a couple of Haskell software. Note that package names for Haskell software varies wildly between Linux distributions. When in doubt, check your distribution’s documentation about any naming conventions they may have about Haskell packages.
    61 Then you need a couple of Haskell software. Note that package names for Haskell software varies wildly between Linux distributions. When in doubt, check your distribution’s documentation about any naming conventions they may have about Haskell packages.
    62 || *Haskell library name* || *Version* || *Hackage link* ||
    62 || *Haskell library name* || *Hedgewars Version* || *Hackage link* ||
    63 || bytestring || || http://hackage.haskell.org/package/bytestring ||
    63 || bytestring || || http://hackage.haskell.org/package/bytestring ||
    64 || bytestring-show || || http://hackage.haskell.org/package/bytestring-show ||
    64 || bytestring-show || || http://hackage.haskell.org/package/bytestring-show ||
    65 || dataenc || || http://hackage.haskell.org/package/dataenc ||
    65 || dataenc || 0.9.22 or older || http://hackage.haskell.org/package/dataenc ||
       
    66 || sandi || after 0.9.22 || http://hackage.haskell.org/package/sandi ||
    66 || deepseq || || http://hackage.haskell.org/package/deepseq ||
    67 || deepseq || || http://hackage.haskell.org/package/deepseq ||
    67 || hslogger || || http://hackage.haskell.org/package/hslogger ||
    68 || hslogger || || http://hackage.haskell.org/package/hslogger ||
    68 || mtl || || http://hackage.haskell.org/package/mtl ||
    69 || mtl || || http://hackage.haskell.org/package/mtl ||
    69 || network || || http://hackage.haskell.org/package/network ||
    70 || network || || http://hackage.haskell.org/package/network ||
    70 || parsec3 || || http://hackage.haskell.org/package/parsec3 ||
    71 || parsec3 || || http://hackage.haskell.org/package/parsec3 ||
    72 || vector || || http://hackage.haskell.org/package/vector ||
    73 || vector || || http://hackage.haskell.org/package/vector ||
    73 || random || || http://hackage.haskell.org/package/random ||
    74 || random || || http://hackage.haskell.org/package/random ||
    74 || zlib || || http://hackage.haskell.org/package/zlib ||
    75 || zlib || || http://hackage.haskell.org/package/zlib ||
    75 || SHA || || http://hackage.haskell.org/package/SHA ||
    76 || SHA || || http://hackage.haskell.org/package/SHA ||
    76 || entropy || || http://hackage.haskell.org/package/entropy ||
    77 || entropy || || http://hackage.haskell.org/package/entropy ||
       
    78 || regex-tdfa || after 0.9.22 || http://hackage.haskell.org/package/regex-tdfa ||