-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: f869905652d27dae86ec1e677dd10d403e76e47338976aa0be6bbf971b399b36 name: slotmap version: 0.1.0.0 synopsis: Pure Haskell slotmap implementation over ST or IO. description: Please see the README on GitHub at category: Data homepage: https://github.com/harporoeder/slotmap#readme bug-reports: https://github.com/harporoeder/slotmap/issues author: Harpo Roeder maintainer: roederharpo@protonmail.ch copyright: 2018 Harpo Roeder 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/harporoeder/slotmap library exposed-modules: Data.SlotMap other-modules: Paths_slotmap hs-source-dirs: src build-depends: base >=4.7 && <5 , primitive , vector default-language: Haskell2010 test-suite slotmap-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_slotmap hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , hspec , primitive , slotmap , vector default-language: Haskell2010