Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Elise Huard committed Oct 1, 2013
0 parents commit f17b635
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
20 changes: 20 additions & 0 deletions language-pig.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
-- Initial language-pig.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/

name: language-pig
version: 0.1.0.0
synopsis: Pig parser in haskell.
-- description:
license: MIT
license-file: LICENSE
author: Elise Huard
maintainer: haskell@elisehuard.be
-- copyright:
category: Language
build-type: Simple
cabal-version: >=1.8

library
-- exposed-modules:
-- other-modules:
build-depends: base ==4.6.*

0 comments on commit f17b635

Please sign in to comment.