packages feed

strict-io-0.2.2: strict-io.cabal

name:            strict-io
cabal-Version:   >=1.6
version:         0.2.2
license:         BSD3
license-File:    LICENSE
copyright:       (c) Nicolas Pouillard
author:          Nicolas Pouillard
maintainer:      Nicolas Pouillard <nicolas.pouillard@gmail.com>
category:        System
synopsis:        A library wrapping standard IO modules to provide strict IO.
description:     A thin layer on top standard IO modules like System.IO
                 and Data.IORef that re-expose strict functions using the SIO
                 monad.
stability:       Provisional
build-type:      Simple

library
  build-depends:   base>=4.6 && <5, deepseq>=1.1 && <1.5, extensible-exceptions
  exposed-modules: System.IO.Strict
                   System.IO.Strict.Internals
                   Data.IORef.Strict
  ghc-options:     -Wall -O2

source-repository head
  type:     git
  location: https://github.com/np/strict-io

source-repository this
  type:     git
  location: https://github.com/np/strict-io
  tag:      v0.2.2