-- Initial word-trie.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: word-trie version: 0.1.0.0 synopsis: Implementation of a finite trie over words. description: Implementation of a finite trie over words. homepage: https://github.com/yi-editor/yi license: GPL-2 license-file: LICENSE author: Mateusz Kowalczyk maintainer: fuuzetsu@fuuzetsu.co.uk category: Data build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Data.Trie build-depends: base >=4.5 && <5, binary >=0.7, containers >=0.5 hs-source-dirs: src default-language: Haskell2010