packages feed

refh-0.1.1: refh.cabal

-- Initial refh.cabal generated by cabal init.  For further documentation, 
-- see http://haskell.org/cabal/users-guide/

name:                refh
version:             0.1.1
synopsis:            A command-line tool for pasting to https://www.refheap.com
-- description:         
homepage:            https://github.com/Raynes/refh
license:             MIT
license-file:        LICENSE
author:              Anthony Grimes
maintainer:          i@raynes.me
-- copyright:           
-- category:            
build-type:          Simple
cabal-version:       >=1.8

executable refh
  main-is: Main.hs
  hs-source-dirs: src
  ghc-options: -O2 -static
  -- other-modules:       
  build-depends:       base >=4.5 && < 4.7, haskheap ==0.1.2, clippard ==0.1.1, cmdargs ==0.10,
                       filepath ==1.3.0.0, directory ==1.1.0.2, network ==2.3.1.0