Accepting request 360812 from devel:languages:haskell
- update to 0.8.16 * Add env variable parsing. loadYamlSettings can read config values from the environment with Yaml that specifies an env var. The syntax is var: _env:ENV_VAR:default (forwarded request 360811 from mimi_vx) OBS-URL: https://build.opensuse.org/request/show/360812 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-yaml?expand=0&rev=11
This commit is contained in:
commit
f6f142003d
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 20:01:56 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.8.16
|
||||
* Add env variable parsing. loadYamlSettings can read config values from the
|
||||
environment with Yaml that specifies an env var. The syntax is
|
||||
var: _env:ENV_VAR:default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 13:48:32 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name yaml
|
||||
Name: ghc-yaml
|
||||
Version: 0.8.15.3
|
||||
Version: 0.8.16
|
||||
Release: 0
|
||||
Summary: Support for parsing and rendering YAML documents
|
||||
License: BSD-3-Clause
|
||||
@ -38,6 +38,7 @@ BuildRequires: ghc-enclosed-exceptions-devel
|
||||
BuildRequires: ghc-resourcet-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-scientific-devel
|
||||
BuildRequires: ghc-semigroups-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-unordered-containers-devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f90444f327d8bbcbcab7a99bacbc79236528daf2a1e98aed03d146f1a2202a10
|
||||
size 75644
|
3
yaml-0.8.16.tar.gz
Normal file
3
yaml-0.8.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d68ad3dd16e4b8ba943d0f58666d1f53be24923088df15f46be44bbbaf85c529
|
||||
size 77279
|
Loading…
Reference in New Issue
Block a user