Skip to content

Commit

Permalink
Update from Hackage at 2019-03-05T01:18:21Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 5, 2019
1 parent 669785e commit 43355d3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions simple-get-opt/0.3/simple-get-opt.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: simple-get-opt
version: 0.3
synopsis: A simple library for processing command-line options.
description:
A simple library for processing command-line options.
The library captures a common usage pattern of the GetOpt module
form the standard libraries.

license: BSD3
license-file: LICENSE
author: Iavor S. Diatchki
maintainer: iavor.diatchki@gmail.com
category: Development
build-type: Simple
cabal-version: >=1.10

library
hs-source-dirs: src
exposed-modules: SimpleGetOpt
build-depends: base < 5
default-language: Haskell2010

source-repository head
type: git
location: git://github.com/yav/simple-get-opt.git

1 change: 1 addition & 0 deletions simple-get-opt/0.3/simple-get-opt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"619356bf6957c8e6db473be6f27edd5f","Skein512_512":"ccaa763b20096c1ae1994d74528936febdc3204942f518ea9b1f61eb2cb6164f353adb851b7f4e3e06f68c8c0bfdf24971dd03a528ceb07225a525ff7fde107d","SHA1":"46ad95a09718e82c0bf024ace5366dc90bad6365","SHA512":"d6eaf04340df8d55b41ee700b552c019564e3cf45335db93f7fd13cb9faeb5a5333d469e57dfb27a127e5c3bc889b4abf8537359dcd710ea3ff850ca5a40d204","SHA256":"ded98c7fd9b7cfd38c9f177f6291cf6a9e4eee342e7c614eda664f44d97a96cd"},"package-locations":["https://hackage.haskell.org/package/simple-get-opt-0.3/simple-get-opt-0.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/simple-get-opt-0.3.tar.gz"],"package-size":3400}

0 comments on commit 43355d3

Please sign in to comment.