Skip to content

Commit

Permalink
Update from Hackage at 2017-01-19T16:59:24Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 19, 2017
1 parent bb4f981 commit 9ebd342
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
57 changes: 57 additions & 0 deletions dmenu-search/0.1.0.1/dmenu-search.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name:
dmenu-search
version:
0.1.0.1
synopsis:
dmenu script for searching the web with customizable search engines.
description:
See README.md file.
homepage:
https://github.com/m0rphism/haskell-dmenu-search
bug-reports:
https://github.com/m0rphism/haskell-dmenu-search/issues
license:
BSD3
license-file:
LICENSE
author:
Hannes Saffrich
maintainer:
Hannes Saffrich <m0rphism@zankapfel.org>
copyright:
2016 Hannes Saffrich
category:
System
build-type:
Custom
cabal-version:
>=1.10
extra-doc-files:
doc/*.png
stability:
Beta
tested-with:
GHC == 8.0.1

executable dmenu-search
hs-source-dirs:
src
default-language:
Haskell2010
main-is:
Main.hs
build-depends:
base >= 4.8 && < 5,
containers >= 0.5.7 && < 0.6,
lens >= 4.10 && < 4.16,
mtl >= 2.2 && < 2.3,
transformers >= 0.5 && < 0.6,
process >= 1.4 && < 1.5,
directory >= 1.2.6 && < 1.4,
dmenu >= 0.3.1 && < 0.4
ghc-options:
-Wall -threaded -O2 -fno-warn-partial-type-signatures

source-repository head
type: git
location: https://github.com/m0rphism/haskell-dmenu-search.git
1 change: 1 addition & 0 deletions dmenu-search/0.1.0.1/dmenu-search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"c8cce0cb238fc79c60ba0cdd60de854e","Skein512_512":"cae32029687e2522d17cea7ef988b38bc53f5ebaee9fc9c0e85746c23be2c48cca14615cf3c539a0a776fc493c7bbb56b57c1965eb9d5212965dda32cb860b1e","SHA1":"935fc526fa69b485bcc09eb91949d72bc7175c59","SHA512":"612e8ff1fc1f4a029d353d145063939e0d3973c6d767ccc6acaa6ac1b99f7a5368b5cab5f94ac75521742dfceb64807ff244f4c7e98193e008cb79432d5e15b8","SHA256":"8ab29fe89764bab3ed4f0d4f8d99145c9c43945ea37db4d04b313c74e4b33ec9"},"package-locations":["https://hackage.haskell.org/package/dmenu-search-0.1.0.1/dmenu-search-0.1.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/dmenu-search-0.1.0.1.tar.gz"],"package-size":23573}

0 comments on commit 9ebd342

Please sign in to comment.