-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: b145872fb20aa54d9368a8b9e4e820734cd2407c637e85881fdb54f7bab1639b name: rio version: 0.0.1.0 synopsis: A standard library for Haskell description: Work in progress library, see README at category: Control homepage: https://github.com/commercialhaskell/rio#readme bug-reports: https://github.com/commercialhaskell/rio/issues 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 source-repository head type: git location: https://github.com/commercialhaskell/rio library hs-source-dirs: src/ build-depends: base >=4.9 && <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