From f0ca4b5df0015cd2c840666de7af93efe3ec282b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Aug 2021 22:29:12 +0800 Subject: [PATCH] revise .cabal --- setenv-0.1.1.3.cabal | 68 ++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/setenv-0.1.1.3.cabal b/setenv-0.1.1.3.cabal index 1aa362e..1047297 100644 --- a/setenv-0.1.1.3.cabal +++ b/setenv-0.1.1.3.cabal @@ -1,34 +1,34 @@ -name: setenv -version: 0.1.1.3 -x-revision: 1 -license: MIT -license-file: LICENSE -copyright: (c) 2012-2015 Simon Hengel -author: Simon Hengel -maintainer: Simon Hengel -category: System -synopsis: A cross-platform library for setting environment variables -description: A cross-platform library for setting environment variables - . - Note: Since @base-4.7.0.0@ the functions @setEnv@ and - @unsetEnv@ are provided by @System.Environment@. - @System.SetEnv@ merily re-exports those functions when built - with @base >= 4.7@. -build-type: Simple -cabal-version: >= 1.8 - -source-repository head - type: git - location: https://github.com/sol/setenv - -library - ghc-options: - -Wall - hs-source-dirs: - src - exposed-modules: - System.SetEnv - build-depends: - base == 4.* - if !os(windows) - build-depends: unix +name: setenv +version: 0.1.1.3 +x-revision: 1 +license: MIT +license-file: LICENSE +copyright: (c) 2012-2015 Simon Hengel +author: Simon Hengel +maintainer: Simon Hengel +category: System +synopsis: A cross-platform library for setting environment variables +description: A cross-platform library for setting environment variables + . + Note: Since @base-4.7.0.0@ the functions @setEnv@ and + @unsetEnv@ are provided by @System.Environment@. + @System.SetEnv@ merily re-exports those functions when built + with @base >= 4.7@. +build-type: Simple +cabal-version: >= 1.8 + +source-repository head + type: git + location: https://github.com/sol/setenv + +library + ghc-options: + -Wall + hs-source-dirs: + src + exposed-modules: + System.SetEnv + build-depends: + base == 4.* + if !os(windows) + build-depends: unix