packages feed

ref-extras-0.1.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: 9e81744739214454e5314bea860635661caf7b4f4296bb4c6f873e105c986c45

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