simple-logger 0.0.2 → 0.0.3
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- package.yaml +3/−1
- simple-logger.cabal +3/−1
package.yaml view
@@ -1,6 +1,8 @@ name: simple-logger-version: 0.0.2+version: 0.0.3 synopsis: A very simple but efficient logging framework+description: A very simple but efficient logging framework+category: Logging maintainer: Alexander Thiemann <mail@athiemann.net> license: MIT github: agrafix/simple-logger
simple-logger.cabal view
@@ -3,8 +3,10 @@ -- see: https://github.com/sol/hpack name: simple-logger-version: 0.0.2+version: 0.0.3 synopsis: A very simple but efficient logging framework+description: A very simple but efficient logging framework+category: Logging homepage: https://github.com/agrafix/simple-logger#readme bug-reports: https://github.com/agrafix/simple-logger/issues maintainer: Alexander Thiemann <mail@athiemann.net>