packages feed

arbor-lru-cache-0.1.1.0: arbor-lru-cache.cabal

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

name:           arbor-lru-cache
version:        0.1.1.0
description:    Please see the README on GitHub at <https://github.com/arbor/arbor-lru-cache#readme>
homepage:       https://github.com/arbor/arbor-lru-cache#readme
bug-reports:    https://github.com/arbor/arbor-lru-cache/issues
author:         Arbor Networks
maintainer:     mayhem@arbor.net
copyright:      2018 Arbor Networks
license:        MIT
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/arbor/arbor-lru-cache

library
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
  build-depends:
      base >= 4.7 && < 5
    , containers
    , generic-lens
    , lens
    , stm
  exposed-modules:
      Arbor.LruCache
      Arbor.LruCache.Internal.PriorityQueue
      Arbor.LruCache.Type
  other-modules:
      Paths_arbor_lru_cache
  default-language: Haskell2010

test-suite arbor-lru-cache-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >= 4.7 && < 5
    , containers
    , generic-lens
    , lens
    , stm
    , hedgehog
    , hspec
    , hw-hspec-hedgehog
    , arbor-lru-cache
  other-modules:
      Arbor.LruCache.Internal.PriorityQueueSpec
      Arbor.LruCache.LruCacheSpec
  default-language: Haskell2010