hw-dsv-0.1.0.0: hw-dsv.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2b55c1593dd8ee6761e1e2410a91aefd9181377f288885778372a2956c520fc9
name: hw-dsv
version: 0.1.0.0
description: Please see the README on Github at <https://github.com/newhoggy/hw-dsv#readme>
homepage: https://github.com/haskell-works/hw-dsv#readme
bug-reports: https://github.com/haskell-works/hw-dsv/issues
author: John Ky
maintainer: newhoggy@gmail.com
copyright: 2018 John Ky
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/haskell-works/hw-dsv
flag bmi2
description: Enable bmi2 instruction set
manual: False
default: False
flag sse42
description: Enable SSE 4.2 optimisations.
manual: False
default: True
library
exposed-modules:
HaskellWorks.Data.Dsv.Internal.Bits
HaskellWorks.Data.Dsv.Internal.Broadword
HaskellWorks.Data.Dsv.Internal.Char
HaskellWorks.Data.Dsv.Internal.Char.Word64
HaskellWorks.Data.Dsv.Lazy.Cursor
HaskellWorks.Data.Dsv.Lazy.Cursor.Internal
HaskellWorks.Data.Dsv.Lazy.Cursor.Type
HaskellWorks.Data.Dsv.Strict.Cursor
HaskellWorks.Data.Dsv.Strict.Cursor.Internal
HaskellWorks.Data.Dsv.Strict.Cursor.Internal.Reference
HaskellWorks.Data.Dsv.Strict.Cursor.Type
other-modules:
Paths_hw_dsv
hs-source-dirs:
src
ghc-options: -O2 -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.7 && <5
, bits-extra >=0.0.1.2 && <0.1
, bytestring >=0.10.8.2 && <0.11
, hw-bits >=0.7.0.2 && <0.8
, hw-prim >=0.6.2.0 && <0.7
, hw-rankselect >=0.12.0.2 && <0.13
, hw-rankselect-base >=0.3.2.0 && <0.4
, vector >=0.12.0.1 && <0.13
if flag(sse42)
ghc-options: -msse4.2
if (flag(bmi2)) && (impl(ghc >=8.4.1))
ghc-options: -mbmi2 -msse4.2
default-language: Haskell2010
executable hw-dsv
main-is: Main.hs
other-modules:
App.Char
App.Commands
App.Commands.Cat
App.Commands.CreateIndex
App.Commands.Generate
App.Commands.Options.Type
App.Commands.QueryLazy
App.Commands.QueryStrict
App.Gen
App.IO
App.Lens
Paths_hw_dsv
hs-source-dirs:
app
ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.7 && <5
, bits-extra >=0.0.1.2 && <0.1
, bytestring >=0.10.8.2 && <0.11
, hedgehog >=0.6 && <0.7
, hw-bits >=0.7.0.2 && <0.8
, hw-dsv
, hw-prim >=0.6.2.0 && <0.7
, hw-rankselect >=0.12.0.2 && <0.13
, hw-rankselect-base >=0.3.2.0 && <0.4
, lens >=4.16.1 && <5
, optparse-applicative >=0.14.2.0 && <0.15
, resourcet >=1.2.1 && <1.3
, vector >=0.12.0.1 && <0.13
if flag(sse42)
ghc-options: -msse4.2
if (flag(bmi2)) && (impl(ghc >=8.4.1))
ghc-options: -mbmi2 -msse4.2
default-language: Haskell2010
test-suite hw-dsv-space
type: exitcode-stdio-1.0
main-is: Space.hs
other-modules:
Paths_hw_dsv
hs-source-dirs:
weigh
ghc-options: -O2 -Wall
build-depends:
base >=4.7 && <5
, bits-extra >=0.0.1.2 && <0.1
, bytestring >=0.10.8.2 && <0.11
, cassava >=0.5.1.0 && <0.6
, hw-bits >=0.7.0.2 && <0.8
, hw-dsv
, hw-prim >=0.6.2.0 && <0.7
, hw-rankselect >=0.12.0.2 && <0.13
, hw-rankselect-base >=0.3.2.0 && <0.4
, vector >=0.12.0.1 && <0.13
, weigh >=0.0.11 && <0.1
if flag(sse42)
ghc-options: -msse4.2
if (flag(bmi2)) && (impl(ghc >=8.4.1))
ghc-options: -mbmi2 -msse4.2
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover
test-suite hw-dsv-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
HaskellWorks.Data.Dsv.BroadwordSpec
HaskellWorks.Data.Dsv.Gen
HaskellWorks.Data.Dsv.Strict.Cursor.InternalSpec
HaskellWorks.Data.DsvSpec
Paths_hw_dsv
hs-source-dirs:
test
ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, bits-extra >=0.0.1.2 && <0.1
, bytestring >=0.10.8.2 && <0.11
, directory >=1.3.1.5 && <1.4
, hedgehog >=0.6 && <0.7
, hspec >=2.5.1 && <3
, hw-bits >=0.7.0.2 && <0.8
, hw-dsv
, hw-hspec-hedgehog >=0.1.0.4 && <0.2
, hw-prim >=0.6.2.0 && <0.7
, hw-rankselect >=0.12.0.2 && <0.13
, hw-rankselect-base >=0.3.2.0 && <0.4
, text >=1.2.3.0 && <2.0
, vector >=0.12.0.1 && <0.13
if flag(sse42)
ghc-options: -msse4.2
if (flag(bmi2)) && (impl(ghc >=8.4.1))
ghc-options: -mbmi2 -msse4.2
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover
benchmark bench
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_hw_dsv
hs-source-dirs:
bench
ghc-options: -O2 -msse4.2
build-depends:
base >=4.7 && <5
, bits-extra >=0.0.1.2 && <0.1
, bytestring >=0.10.8.2 && <0.11
, cassava >=0.5.1.0 && <0.6
, criterion >=1.4.1.0 && <1.5
, directory >=1.3.1.5 && <1.4
, hw-bits >=0.7.0.2 && <0.8
, hw-dsv
, hw-prim >=0.6.2.0 && <0.7
, hw-rankselect >=0.12.0.2 && <0.13
, hw-rankselect-base >=0.3.2.0 && <0.4
, mmap >=0.5.9 && <0.6
, vector >=0.12.0.1 && <0.13
, weigh >=0.0.11 && <0.1
if flag(sse42)
ghc-options: -msse4.2
if (flag(bmi2)) && (impl(ghc >=8.4.1))
ghc-options: -mbmi2 -msse4.2
default-language: Haskell2010