name: concurrent-st
version: 0.1
synopsis: Concurrent Haskell in ST
description: Concurrent Haskell in ST
homepage: https://github.com/andrewthad/concurrent-st#readme
license: BSD3
license-file: LICENSE
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
copyright: 2017 Andrew Martin
category: software
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Control.Concurrent.ST
build-depends:
base >= 4.7 && < 5
, ghc-prim
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/andrewthad/concurrent-st