packages feed

external-sort-0.2: external-sort.cabal

Name:                external-sort
Version:             0.2
Synopsis:            Sort large arrays on your hard drive. Kind of like the unix util sort.
Description:         Sort arrays too large to fit in ram, by using your hard drive.
Category:            Algorithms
License:             BSD3
Author:              Ben "Midfield" Lee

Maintainer:          thomashartman1 at gmail dot com

Stability:           Experimental
Category:            Other
Build-type:          Simple
Cabal-version: >=1.2

Build-Depends:   base >= 3, EdisonCore, EdisonAPI, bytestring, binary

hs-source-dirs:      src
Exposed-modules:
                     Algorithms.ExternalSort

Extra-Source-Files:
                     demo.hs