ref-extras-0.1.1: 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: 0c53a1b53092126beb62eea99bfb47ad42c02b42aef27681ee3434592b29b682
name: ref-extras
version: 0.1.1
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.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
, little-rio >=0.1.1
, microlens >=0.4
, stm >=2.5
, unliftio >=0.2
, unliftio-core >=0.1
, unordered-containers >=0.2
default-language: Haskell2010