diff options
Diffstat (limited to 'devel/hs-spago/files/patch-package.yaml')
-rw-r--r-- | devel/hs-spago/files/patch-package.yaml | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/devel/hs-spago/files/patch-package.yaml b/devel/hs-spago/files/patch-package.yaml index 59f4044de424..f3a27d84e6cd 100644 --- a/devel/hs-spago/files/patch-package.yaml +++ b/devel/hs-spago/files/patch-package.yaml @@ -1,25 +1,29 @@ ---- package.yaml.orig 2019-07-30 09:45:45 UTC +--- package.yaml.orig 2020-02-09 22:15:29 UTC +++ package.yaml -@@ -129,22 +129,3 @@ executables: - - temporary - - retry +@@ -153,26 +153,3 @@ executables: - time + - turtle + - vector - -tests: - spec: - defaults: hspec/hspec@master +- main: Main - ghc-options: - - -threaded - - -rtsopts - - -with-rtsopts=-N - dependencies: - - base >= 4.7 && < 5 -- - text < 1.3 -- - turtle -- - process +- - containers - - directory -- - temporary - - extra -- - containers +- - hspec-megaparsec >=2.0 && <2.1 +- - megaparsec >=7.0 && <8.0 +- - process - - QuickCheck - - spago +- - temporary +- - text < 1.3 +- - turtle +- - versions |