revise .cabal
This commit is contained in:
parent
4aac62f3e7
commit
f0ca4b5df0
@ -1,34 +1,34 @@
|
|||||||
name: setenv
|
name: setenv
|
||||||
version: 0.1.1.3
|
version: 0.1.1.3
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
copyright: (c) 2012-2015 Simon Hengel
|
copyright: (c) 2012-2015 Simon Hengel
|
||||||
author: Simon Hengel <sol@typeful.net>
|
author: Simon Hengel <sol@typeful.net>
|
||||||
maintainer: Simon Hengel <sol@typeful.net>
|
maintainer: Simon Hengel <sol@typeful.net>
|
||||||
category: System
|
category: System
|
||||||
synopsis: A cross-platform library for setting environment variables
|
synopsis: A cross-platform library for setting environment variables
|
||||||
description: 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
|
Note: Since @base-4.7.0.0@ the functions @setEnv@ and
|
||||||
@unsetEnv@ are provided by @System.Environment@.
|
@unsetEnv@ are provided by @System.Environment@.
|
||||||
@System.SetEnv@ merily re-exports those functions when built
|
@System.SetEnv@ merily re-exports those functions when built
|
||||||
with @base >= 4.7@.
|
with @base >= 4.7@.
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/sol/setenv
|
location: https://github.com/sol/setenv
|
||||||
|
|
||||||
library
|
library
|
||||||
ghc-options:
|
ghc-options:
|
||||||
-Wall
|
-Wall
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
src
|
src
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
System.SetEnv
|
System.SetEnv
|
||||||
build-depends:
|
build-depends:
|
||||||
base == 4.*
|
base == 4.*
|
||||||
if !os(windows)
|
if !os(windows)
|
||||||
build-depends: unix
|
build-depends: unix
|
||||||
|
Loading…
Reference in New Issue
Block a user