Skip to content

kunik/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Installing dependencies

  1. First you should have cabal install. To get it you can run under Ubuntu

    sudo aptitude install cabal-install

Or you can visit (http://hackage.haskell.org/trac/hackage/wiki/CabalInstall)[Cabal page] for more instructions

After installing cabal install you should run

cabal update

Also it might propose you too install a new version of itself. You can do it by runnung

cabal install cabal-install
  1. Next you should install HUnit

    cabal install HUnit

You can skip this step if you dont want to run tests

About

sorting algorithms written on haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published