Skip to content

Commit

Permalink
Mergesort fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
firephil committed Mar 17, 2021
1 parent bb0e17d commit 34405b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Haskell-Algorithms.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ executable Haskell-Algorithms
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends: base ^>=4.14.1.0,
time >=1.1,
random >=0.1,
time >=1.1,
random >=0.1,
array >= 0.5,
MonadRandom >= 0.5,
containers >= 0.1

other-modules: Timer,
other-modules:
Timer,
Mergesort,
Quicksort,
ShuffleList,
Expand Down
File renamed without changes.

0 comments on commit 34405b9

Please sign in to comment.