gdritter repos adriatic / master adriatic.cabal
master

Tree @master (Download .tar.gz)

adriatic.cabal @masterraw · history · blame

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

name:                adriatic
version:             0.1.0.0
-- synopsis:            
-- description:         
-- license:             
license-file:        LICENSE
author:              Getty Ritter
maintainer:          gettylefou@gmail.com
-- copyright:           
-- category:            
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable adriatic
  main-is:             Adriatic.hs
  build-depends:       base >=4.6 && <4.7, HaTeX, text
  hs-source-dirs:      src
  default-language:    Haskell2010