packages feed

rio-0.0.0.0: rio.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6f5f94c9a9942eb49d41fe626d7dcef89c14fdbcb66c411c71b9ec99e6705971

name:           rio
version:        0.0.0.0
synopsis:       A standard library for Haskell
description:    Work in progress library, see README at <https://github.com/commercialhaskell/stack/tree/rio/subs/rio#readme>
category:       Control
author:         Michael Snoyman
maintainer:     michael@snoyman.com
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

library
  hs-source-dirs:
      src/
  build-depends:
      base <10
    , bytestring
    , containers
    , deepseq
    , directory
    , exceptions
    , filepath
    , hashable
    , microlens
    , mtl
    , text
    , time
    , typed-process >=0.2.1.0
    , unliftio >=0.2.4.0
    , unordered-containers
    , vector
  if os(windows)
    cpp-options: -DWINDOWS
    build-depends:
        Win32
  else
    build-depends:
        unix
  exposed-modules:
      RIO
      RIO.ByteString
      RIO.ByteString.Lazy
      RIO.Directory
      RIO.FilePath
      RIO.HashMap
      RIO.HashSet
      RIO.List
      RIO.Logger
      RIO.Map
      RIO.Process
      RIO.Set
      RIO.Text
      RIO.Text.Lazy
      RIO.Time
      RIO.Vector
      RIO.Vector.Boxed
      RIO.Vector.Storable
      RIO.Vector.Unboxed
  other-modules:
      RIO.Prelude
  default-language: Haskell2010