packages feed

int-like-0.2.0: int-like.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.38.0.
--
-- see: https://github.com/sol/hpack

name:           int-like
version:        0.2.0
synopsis:       Newtype wrappers over IntSet and IntMap
description:    Please see the README on GitHub at <https://github.com/ejconlon/int-like#readme>
category:       Data Structures
homepage:       https://github.com/ejconlon/int-like#readme
bug-reports:    https://github.com/ejconlon/int-like/issues
author:         Eric Conlon
maintainer:     ejconlon@gmail.com
copyright:      (c) 2022 Eric Conlon
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/ejconlon/int-like

library
  exposed-modules:
      IntLike.Equiv
      IntLike.Graph
      IntLike.Map
      IntLike.MultiMap
      IntLike.Set
  other-modules:
      Paths_int_like
  hs-source-dirs:
      src
  default-extensions:
      BangPatterns
      ConstraintKinds
      DeriveAnyClass
      DeriveFunctor
      DeriveFoldable
      DeriveGeneric
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      FlexibleContexts
      FlexibleInstances
      FunctionalDependencies
      GADTs
      GeneralizedNewtypeDeriving
      LambdaCase
      KindSignatures
      MultiParamTypeClasses
      QuantifiedConstraints
      Rank2Types
      RoleAnnotations
      ScopedTypeVariables
      StandaloneDeriving
      TemplateHaskell
      TupleSections
      TypeApplications
      TypeOperators
      TypeFamilies
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -fwrite-ide-info -hiedir=.hie
  build-depends:
      algebraic-graphs >=0.7 && <0.9
    , base >=4.12 && <5
    , containers >=0.6 && <0.9
    , deepseq >=1.4 && <1.6
    , hashable >=1.3 && <1.6
  default-language: Haskell2010