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:
parent
158c0bba16
commit
82d1d6b982
7
test/data/duplicate-pkgver/duplicate-pkgver.cabal
Normal file
7
test/data/duplicate-pkgver/duplicate-pkgver.cabal
Normal file
@ -0,0 +1,7 @@
|
||||
name: duplicate-pkgver
|
||||
version: 0.1.0
|
||||
build-type: Simple
|
||||
cabal-version: >= 1.8
|
||||
|
||||
library
|
||||
build-depends: base == 4.*
|
Loading…
Reference in New Issue
Block a user