Skip to content

Commit

Permalink
Merge pull request #88 from domenkozar/cabal-fixes
Browse files Browse the repository at this point in the history
Catch up with cabal modifications on hackage
  • Loading branch information
simonmar authored Jul 4, 2017
2 parents 2d84ca0 + bb309e6 commit 7bf78de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion happy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ extra-source-files:
tests/precedence002.y
tests/test_rules.y

custom-setup
setup-depends: Cabal <2.1,
base <5,
directory <1.4,
filepath <1.5

source-repository head
type: git
location: https://github.com/simonmar/happy.git
Expand All @@ -133,7 +139,7 @@ executable happy

build-depends: base < 5,
array,
containers,
containers >= 0.4.2,
mtl >= 1.0

extensions: CPP, MagicHash, FlexibleContexts
Expand Down

0 comments on commit 7bf78de

Please sign in to comment.