name: packed-dawg version: 0.1.0.0 synopsis: Generation and traversal of highly compressed directed acyclic word graphs. description: Generation and traversal of highly compressed directed acyclic word graphs. license: BSD3 license-file: LICENSE author: Andras Kovacs maintainer: puttamalac@gmail.com category: Data build-type: Simple cabal-version: >=1.8 data-files: TWL06.txt Source-Repository head Type: git Location: https://github.com/AndrasKovacs/dawg library exposed-modules: Data.DAWG.Packed build-depends: base ==4.6.*, vector ==0.10.*, mtl ==2.1.*, vector-binary-instances ==0.2.1.*, binary ==0.7.*, deepseq==1.3.*, unordered-containers==0.2.* test-suite test main-is: Tests.hs type: exitcode-stdio-1.0 Build-depends: base ==4.6.*, vector ==0.10.*, mtl ==2.1.*, vector-binary-instances ==0.2.1.*, binary ==0.7.*, deepseq==1.3.*, unordered-containers==0.2.*, QuickCheck == 2.5.*,test-framework-quickcheck2 == 0.3.*, test-framework == 0.8.*,HUnit == 1.2.*,test-framework-hunit == 0.3.* ghc-options: -O2 -rtsopts -threaded benchmark bench-dawg-gen main-is: Benchmarks.hs Build-depends: base ==4.6.*, vector ==0.10.*, mtl ==2.1.*, vector-binary-instances ==0.2.1.*, binary ==0.7.*, deepseq==1.3.*, unordered-containers==0.2.*, QuickCheck == 2.5.*,test-framework-quickcheck2 == 0.3.*, test-framework == 0.8.*,HUnit == 1.2.*,test-framework-hunit == 0.3.*, criterion==0.6.* ghc-options: -O2 -rtsopts -threaded type: exitcode-stdio-1.0