name: harbl version: 0.0.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky category: Utils license: GPL-3 license-file: doc/LICENSE build-type: Simple synopsis: Real-time Blacklist (RBL) library. description: Provides utility functions for performing blacklist lookups. executable harbl build-depends: base >= 4.6 && < 5, parsec >= 3 main-is: Main.hs hs-source-dirs: src/ ghc-options: -Wall -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing -fwarn-orphans -fwarn-type-defaults -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind -O2 ghc-prof-options: -prof -fprof-auto -fprof-cafs source-repository head type: git location: http://michael.orlitzky.com/git/harbl.git branch: master