mime-types 0.1.0.4 → 0.1.0.5
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +1/−0
- README.md +3/−0
- mime-types.cabal +3/−2
+ ChangeLog.md view
@@ -0,0 +1,1 @@+No changes logged yet
+ README.md view
@@ -0,0 +1,3 @@+## mime-types++Basic mime-type handling types and functions
mime-types.cabal view
@@ -1,7 +1,7 @@ name: mime-types-version: 0.1.0.4+version: 0.1.0.5 synopsis: Basic mime-type handling types and functions-description: Basic mime-type handling types and functions+description: API docs and the README are available at <http://www.stackage.org/package/mime-types>. homepage: https://github.com/yesodweb/wai license: MIT license-file: LICENSE@@ -10,6 +10,7 @@ category: Web build-type: Simple cabal-version: >=1.8+extra-source-files: README.md ChangeLog.md library exposed-modules: Network.Mime