From d28ba3519d4cc5367a3e45985a5c74ad28c532ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Aug 2021 22:29:11 +0800 Subject: [PATCH] revise .cabal --- disk-free-space-0.1.0.1.cabal | 60 +++++++++++++++++------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/disk-free-space-0.1.0.1.cabal b/disk-free-space-0.1.0.1.cabal index 9c5901a..840b2a6 100644 --- a/disk-free-space-0.1.0.1.cabal +++ b/disk-free-space-0.1.0.1.cabal @@ -1,30 +1,30 @@ -name: disk-free-space -version: 0.1.0.1 -x-revision: 3 -synopsis: Retrieve information about disk space usage -description: - A cross-platform library for retrieving information about disk space usage. -homepage: https://github.com/redneb/disk-free-space -bug-reports: https://github.com/redneb/disk-free-space/issues -license: BSD3 -license-file: LICENSE -author: Marios Titas -maintainer: Marios Titas -category: System, Filesystem -build-type: Simple -cabal-version: >=1.10 - -source-repository head - type: git - location: https://github.com/redneb/disk-free-space.git - -library - exposed-modules: System.DiskSpace - build-depends: base >=4.5 && <5 - if os(windows) - build-depends: Win32 >=2.2 - cpp-options: -DCABAL_OS_WINDOWS - else - build-tools: hsc2hs - default-language: Haskell2010 - ghc-options: -Wall +name: disk-free-space +version: 0.1.0.1 +x-revision: 3 +synopsis: Retrieve information about disk space usage +description: + A cross-platform library for retrieving information about disk space usage. +homepage: https://github.com/redneb/disk-free-space +bug-reports: https://github.com/redneb/disk-free-space/issues +license: BSD3 +license-file: LICENSE +author: Marios Titas +maintainer: Marios Titas +category: System, Filesystem +build-type: Simple +cabal-version: >=1.10 + +source-repository head + type: git + location: https://github.com/redneb/disk-free-space.git + +library + exposed-modules: System.DiskSpace + build-depends: base >=4.5 && <5 + if os(windows) + build-depends: Win32 >=2.2 + cpp-options: -DCABAL_OS_WINDOWS + else + build-tools: hsc2hs + default-language: Haskell2010 + ghc-options: -Wall