Add cabal file to `duplicate-pkgver` test data

It's not really valid but enough to make ghc-mod happy, without it
findCradle doesn't work properly and without the empty `library`
sections it crashes even.
This commit is contained in:
Daniel Gröber 2014-04-28 17:51:55 +02:00
parent 158c0bba16
commit 82d1d6b982
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
name: duplicate-pkgver
version: 0.1.0
build-type: Simple
cabal-version: >= 1.8
library
build-depends: base == 4.*