ghcjs-commonjs/README
2016-06-23 02:24:54 -03:00
..
js Update examples 2016-06-19 22:28:42 -03:00
src Workspace update 2016-06-18 15:19:55 -03:00
LICENSE Update licenses throughout 2016-06-18 15:21:48 -03:00
package.json Example fixes 2016-06-23 02:24:54 -03:00
README.cabal Workspace update 2016-06-18 15:19:55 -03:00
Setup.hs Workspace update 2016-06-18 15:19:55 -03:00
stack.yaml Workspace update 2016-06-18 15:19:55 -03:00

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

name:                README
version:             0.1.0.0
-- synopsis:            
-- description:         
license:             MIT
license-file:        LICENSE
author:              Pedro Tacla Yamada
maintainer:          tacla.yamada@gmail.com
-- copyright:           
-- category:            
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

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