packages feed

yaml 0.8.17 → 0.8.17.1

raw patch · 2 files changed

+10/−6 lines, 2 files

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.8.17.1++* Avoid bug in Cabal [#83](https://github.com/snoyberg/yaml/pull/83)+ ## 0.8.17  * `loadYamlSettingsArgs`
yaml.cabal view
@@ -1,5 +1,5 @@ name:            yaml-version:         0.8.17+version:         0.8.17.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov @@ -142,15 +142,15 @@       Buildable: False    else       Buildable: True+      build-depends: base+                   , bytestring+                   , raw-strings-qq+                   , text+                   , yaml    hs-source-dirs: examples    main-is: Main.hs    other-modules: Config                   Simple-   build-depends: base-                , bytestring-                , raw-strings-qq-                , text-                , yaml    ghc-options:   -Wall  source-repository head