packages feed

sort-0.0.0.1: sort.cabal

Name:                   sort
Version:                0.0.0.1
Synopsis:               A Haskell sorting toolkit
Description:            A library of general-purpose sorting utilities.
Homepage:               https://github.com/cdornan/sort
Author:                 Chris Dornan
License:                BSD3
license-file:           LICENSE
Maintainer:             Chris Dornan <chris@chrisdornan.com>
Copyright:              Chris Dornan 2017
Category:               Text
Build-type:             Simple
Stability:              Experimental
bug-reports:            https://github.com/cdornan/sort/issues

Cabal-Version:          >= 1.10

Source-Repository head
    type:               git
    location:           https://github.com/cdornan/sort.git

Source-Repository this
    Type:               git
    Location:           https://github.com/cdornan/sort.git
    Tag:                0.0.0.1

Library
    Hs-Source-Dirs:     src

    Exposed-Modules:    Data.Sort

    Default-Language:   Haskell2010

    GHC-Options:
      -Wall
      -fwarn-tabs

    Build-depends:
        base                 >= 4 && < 5