-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: e8e00b005348ee2c4b2972e8d65d24abad0d2b84cf43a569ed207ceb78f026e4 name: q4c12-twofinger version: 0 synopsis: Efficient alternating finger trees category: Data Structures homepage: https://github.com/quasicomputational/mega/tree/master/packages/twofinger bug-reports: https://github.com/quasicomputational/mega/issues author: quasicomputational maintainer: quasicomputational license: BSD2 license-file: LICENSE.BSD2 build-type: Custom cabal-version: >= 1.10 extra-source-files: README.markdown source-repository head type: git location: https://github.com/quasicomputational/mega custom-setup setup-depends: Cabal , base >=4.9.1.0 && <4.11 , cabal-doctest >=1.0.3 && <1.1 library exposed-modules: Q4C12.TwoFinger Q4C12.TwoFinger.Internal hs-source-dirs: src default-extensions: DataKinds DeriveGeneric DeriveLift DeriveTraversable EmptyCase LambdaCase KindSignatures OverloadedStrings StandaloneDeriving TypeOperators ghc-options: -Weverything -Wno-implicit-prelude -Wno-unsafe -Wno-safe -Wno-missed-specialisations -Wno-all-missed-specialisations build-depends: QuickCheck >=2.10.1 && <2.11 , base >=4.9.1.0 && <4.11 , deepseq >=1.4.3.0 && <1.5 , semigroupoids >=5.2.1 && <5.3 , streams >=3.3 && <3.4 if impl(ghc < 8.2) build-depends: bifunctors >=5.4.2 && <5.5 default-language: Haskell2010 test-suite doctests type: exitcode-stdio-1.0 main-is: Doctest.hs other-modules: Paths_q4c12_twofinger hs-source-dirs: test default-extensions: DataKinds DeriveGeneric DeriveLift DeriveTraversable EmptyCase LambdaCase KindSignatures OverloadedStrings StandaloneDeriving TypeOperators ghc-options: -Weverything -Wno-implicit-prelude -Wno-unsafe -Wno-safe -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-missing-import-lists -Wno-missing-home-modules build-depends: QuickCheck >=2.10.1 && <2.11 , base >=4.9.1.0 && <4.11 , doctest >=0.11.4 && <0.14 , lens >=4.15.4 && <4.16 , q4c12-twofinger , streams >=3.3 && <3.4 , template-haskell default-language: Haskell2010