packages feed

sdp4unordered-0.2: sdp4unordered.cabal

name:          sdp4unordered
version:       0.2
category:      Data Structures

synopsis:      SDP classes for unordered containers
description:   Implementation of SDP core classes for unordered containers

author:        Andrey Mulik
maintainer:    work.a.mulik@gmail.com
bug-reports:   https://github.com/andreymulik/sdp4unordered/issues

copyright:     2020 Andrey Mulik
license-file:  LICENSE
license:       BSD3

build-type:    Simple
cabal-version: >=1.10

source-repository head
  type: git
  location: https://github.com/andreymulik/sdp4unordered

---            _      _____ ______ ______   ___  ______ __   __              ---
---           | |    |_   _|| ___ \| ___ \ / _ \ | ___ \\ \ / /              ---
---           | |      | |  | |_/ /| |_/ // /_\ \| |_/ / \ V /               ---
---           | |      | |  | ___ \|    / |  _  ||    /   \ /                ---
---           | |____ _| |_ | |_/ /| |\ \ | | | || |\ \   | |                ---
---           \_____/ \___/ \____/ \_| \_|\_| |_/\_| \_|  \_/                ---

Library
  default-language: Haskell2010
  hs-source-dirs:   src
  
  build-depends:
    base                 >= 4.12 && < 5,
    sdp                  >= 0.2  && < 1,
    sdp-hashable         >= 0.2  && < 1,
    unordered-containers >= 0.2 && < 0.3
  
  ghc-options: -Wall -Wno-orphans -Wcompat
  
  exposed-modules:
    SDP.HashMap.Strict
    SDP.HashMap.Lazy
    SDP.HashSet