outsort-0.1.0: outsort.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: efa126c76ad8be6d454b7cfea73666df65f7ade248a92914f513b850be15ac7b
name: outsort
version: 0.1.0
synopsis: External sorting package based on Conduit
description: External (disk-backed) sorting package based on Conduit, saving intermediate files to disk and later merging them all.
category: Algorithms
maintainer: Luis Pedro Coelho <luis@luispedro.org>
license: MIT
license-file: COPYING
build-type: Simple
extra-source-files:
README.md
ChangeLog
executable SortLines
main-is: SortLines.hs
other-modules:
Algorithms.OutSort
Algorithms.SortMain
Paths_outsort
hs-source-dirs:
./
ghc-options: -Wall -O2 -threaded -fwarn-tabs
build-depends:
MissingH
, async
, base >=4.7 && <5
, bytestring
, conduit
, conduit-algorithms
, conduit-combinators
, conduit-extra
, containers
, deepseq
, directory
, exceptions
, filemanip
, filepath
, primitive
, resourcet
, safe
, safeio
, temporary
, text
, transformers
, transformers-base
, vector
, vector-algorithms
default-language: Haskell2010