packages feed

titan-0.1.0.0: titan.cabal

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

name:                titan
version:             0.1.0.0
synopsis:            Testing Infrastructure for Temporal AbstractioNs
description:         Testing Infrastructure for Temporal AbstractioNs
homepage:            http://keera.co.uk
license:             GPL-3
license-file:        LICENSE
author:              Ivan Perez
maintainer:          ivan.perez@keera.co.uk
-- copyright:           
category:            Testing
build-type:          Simple
extra-source-files:  ChangeLog.md, README.md
cabal-version:       >=1.10

executable titan
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.8 && <4.9
  hs-source-dirs:      src
  default-language:    Haskell2010