Skip to content

Commit

Permalink
unbreak .cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
strake committed Feb 2, 2016
1 parent f8b27c7 commit d008976
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions frown.cabal
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Name: Frown
Name: frown
Version: 0.6
License: GPL
Author: Ralf Hinze
Maintainer: [email protected]
Build-Depends: base, directory
Synopsis: A parser generator for Haskell
Synopsis: LALR(k) parser generator
Build-Type: Simple
Cabal-Version: >=1.4

Executable: frown
Extensions: LambdaCase
Main-Is: Main.lhs
Hs-Source-Dirs: .,./Lib
Executable frown
Build-Depends: base <4.10, directory
Extensions: LambdaCase
Main-Is: Main.lhs
Other-Modules: Atom, Base, Case, Compact, Convert, Future, GParser2, GVStack, Generate, Grammar, Haskell, LR0, Lexer, Lexer2, Lookahead, Optimize, Options, Quote, SearchTree, Stackless, Standard, Stdenv,
GetOpt, MergeSort, OrdUniqList, OrdUniqListFM, OrdUniqListSet, Prettier, Uniq
Hs-Source-Dirs: .,./Lib

0 comments on commit d008976

Please sign in to comment.