packages feed

historian-0.0.1: historian.cabal

Name:           historian
Version:        0.0.1
Cabal-Version:  >= 1.2
Synopsis:       Extract the interesting bits from shell history
Description:    Extract interesting commands and add them to a text file.
                \"Interesting\" means not matching any regular expression in the
                file. This allows one to keep a textual database of commands.

                Never again say \"I wish I remembered what arguments to give
                wibble to make it flibber the gibbet\" three months after you
                looked it up.
                
                WARNING: historian truncates ~/.bash_history.
License:        BSD3
License-file:   LICENSE
Author:         Max Rabkin
Maintainer:     max.rabkin@gmail.com
Stability:      Experimental
Build-Type:     Simple
Category:       Console

Extra-Source-Files: EXAMPLE README

Executable historian
    Build-Depends:  base >= 3 && < 5,
                    process >= 1 && < 2,
                    directory >= 1 && < 2,
                    filepath >= 1 && < 2,
                    regex-posix >= 0.93 && < 0.95,
                    regex-compat >= 0.92 && < 0.93,
                    containers >= 0.1 && < 0.3

    Executable:     historian
    Main-Is:        historian.hs