markdown-unlit 0.3.0 → 0.3.1
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- markdown-unlit.cabal +2/−2
- src/Text/Markdown/Unlit.hs +1/−1
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2012-2013 Simon Hengel <sol@typeful.net>+Copyright (c) 2012-2015 Simon Hengel <sol@typeful.net> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
markdown-unlit.cabal view
@@ -3,14 +3,14 @@ -- see: https://github.com/sol/hpack name: markdown-unlit-version: 0.3.0+version: 0.3.1 synopsis: Literate Haskell support for Markdown category: Development homepage: https://github.com/sol/markdown-unlit#readme bug-reports: https://github.com/sol/markdown-unlit/issues license: MIT license-file: LICENSE-copyright: (c) 2012-2013 Simon Hengel+copyright: (c) 2012-2015 Simon Hengel author: Simon Hengel <sol@typeful.net> maintainer: Simon Hengel <sol@typeful.net> build-type: Simple
src/Text/Markdown/Unlit.hs view
@@ -14,7 +14,7 @@ import Prelude () import Prelude.Compat import Data.Maybe-import Data.List+import Data.List.Compat import Data.Char import Data.String import System.IO