ref-extras-0.2.0: ref-extras.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b9a615ad370284799172b41317daac33b8bcecdcf7411334176b94d2d7105985
name: ref-extras
version: 0.2.0
synopsis: Extra stuff for mutable references
description: Please see the README on GitHub at <https://github.com/ejconlon/ref-extras#readme>
category: Data
homepage: https://github.com/ejconlon/ref-extras#readme
bug-reports: https://github.com/ejconlon/ref-extras/issues
author: Eric Conlon
maintainer: ejconlon@gmail.com
copyright: (c) 2020 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/ref-extras
library
exposed-modules:
RefExtras.Check
RefExtras.Classes
RefExtras.EVar
RefExtras.LensRef
RefExtras.Memo
RefExtras.SomeRef
RefExtras.UVar
RefExtras.XVar
other-modules:
Paths_ref_extras
hs-source-dirs:
src
default-extensions: FlexibleInstances GADTs MultiParamTypeClasses Rank2Types
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
build-depends:
base >=4.12 && <5
, hashable >=1.3 && <2
, little-rio >=0.2.1 && <1
, microlens >=0.4 && <1
, stm >=2.5 && <3
, unliftio >=0.2 && <1
, unliftio-core >=0.1 && <1
, unordered-containers >=0.2 && <1
default-language: Haskell2010