throwable-exceptions 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+6/−3 lines, 3 files
Files
- README.md +2/−0
- src/Control/Exception/Throwable.hs +1/−0
- throwable-exceptions.cabal +3/−3
README.md view
@@ -1,4 +1,6 @@ # :diamonds: throwable-exceptions :diamonds:+[](https://hackage.haskell.org/package/throwable-exceptions)+ throwable-exceptions gives the exception's value constructors for your haskell project :dog:
src/Control/Exception/Throwable.hs view
@@ -1,5 +1,6 @@ module Control.Exception.Throwable ( IOException' (..)+ , IllegalArgumentException (..) ) where import Control.Exception.Safe (Exception)
throwable-exceptions.cabal view
@@ -1,14 +1,14 @@ name: throwable-exceptions-version: 0.1.0.1+version: 0.1.0.2 synopsis: throwable-exceptions gives the exception's value constructors description: throwable-exceptions gives the exception's value constructors-homepage: https://github.com/aiya000/throwable-exceptions#README.md+homepage: https://github.com/aiya000/hs-throwable-exceptions#README.md license: MIT license-file: LICENSE author: aiya000 maintainer: aiya000.develop@gmail.com copyright: aiya000-category: Simple+category: Exception build-type: Simple cabal-version: >=1.10 extra-source-files: README.md