cabal-version: 2.2 name: dura version: 0.1 synopsis: durable/atomic file system writes (from rio package) description: durable/atomic file system writes (from rio package). homepage: https://github.com/chessai/dura bug-reports: https://github.com/chessai/dura/issues license: BSD-3-Clause license-file: LICENSE author: chessai maintainer: chessai copyright: © 2019 chessai category: System build-type: Simple extra-doc-files: README.md , CHANGELOG.md tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.4 library hs-source-dirs: src exposed-modules: Dura build-depends: , base >= 4.10.1.0 && < 4.13 , directory >= 1.3 && < 1.4 , filepath >= 1.4 && < 1.5 , bytestring >= 0.10 && < 0.11 ghc-options: -Wall -O2 default-language: Haskell2010 source-repository head type: git location: https://github.com/chessai/dura.git