packages feed

format-status-0.2.0.0: format-status.cabal

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

name:                format-status
version:             0.2.0.0
synopsis:            A utility for writing the date to dzen2.
-- description:         
license:             MIT
license-file:        LICENSE
author:              George Rogers
-- maintainer:          
-- copyright:           
-- category:            
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable format-status
  main-is:             Main.lhs
  -- other-modules:       
  other-extensions:    OverloadedStrings
  build-depends:       base >=4.5 && <4.6,
                       text >=1.1 && <1.2,
                       time >=1.4 && <1.5,
                       old-locale >=1.0.0 && <1.1.0,
                       data-concurrent-queue >= 0.3.0.0 && <0.4.0.0,
                       stm >=2.4 && <2.5
  -- hs-source-dirs:      
  default-language:    Haskell2010
  ghc-options:         -O2 -threaded "-with-rtsopts=-N"