Skip to content

Commit

Permalink
updated from the CamFort project
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Feb 4, 2014
1 parent 8718884 commit 1ff838a
Show file tree
Hide file tree
Showing 7 changed files with 994 additions and 13,146 deletions.
15 changes: 6 additions & 9 deletions language-fortran.cabal
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
name: language-fortran name: language-fortran
version: 0.1.0.0 version: 0.2.0.0
synopsis: Fortran parser and language support synopsis: Fortran parser and language support
-- description: -- description:
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Jason Dagit author: Jason Dagit, Dominic Orchard
maintainer: dagitj@gmail.com maintainer: dagitj@gmail.com, dom.orchard@gmail.com
-- copyright: -- copyright:
category: Language category: Language
build-type: Simple build-type: Simple
Expand All @@ -18,8 +18,7 @@ executable parser
haskell-src >= 1.0, haskell-src >= 1.0,
language-fortran, language-fortran,
syb >= 0.3, syb >= 0.3,
array >= 0.4, array >= 0.4
generic-deriving >= 1.5.5


executable lexer executable lexer
main-is: LexerTest.hs main-is: LexerTest.hs
Expand All @@ -28,8 +27,7 @@ executable lexer
haskell-src >= 1.0, haskell-src >= 1.0,
language-fortran, language-fortran,
syb >= 0.3, syb >= 0.3,
array >= 0.4, array >= 0.4
generic-deriving >= 1.5.5


library library
exposed-modules: Language.Fortran.Parser, exposed-modules: Language.Fortran.Parser,
Expand All @@ -40,8 +38,7 @@ library
build-depends: base >=4.0 && < 5, build-depends: base >=4.0 && < 5,
syb >= 0.3, syb >= 0.3,
haskell-src >= 1.0, haskell-src >= 1.0,
array >= 0.4, array >= 0.4
generic-deriving >= 1.5.5


hs-source-dirs: src hs-source-dirs: src
build-tools: alex, happy build-tools: alex, happy
Loading

0 comments on commit 1ff838a

Please sign in to comment.