From b3c81d4c8ca6c823a58c5365a11c24c65582c25f Mon Sep 17 00:00:00 2001 From: Heinrich Apfelmus Date: Fri, 13 Nov 2020 22:10:48 +0100 Subject: [PATCH] Maintenance: Updates for uploading to hackage --- Makefile | 6 +++--- haskell/hyper-extra/hyper-extra.cabal | 6 ++++-- haskell/hyper-haskell-server/hyper-haskell-server.cabal | 5 +++-- haskell/hyper/hyper.cabal | 5 +++-- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index f9c834b..46fa2dc 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ zip-win32: hackage: $(STACK) sdist \ - && $(STACK) upload --no-signature haskell/hyper \ - && $(STACK) upload --no-signature haskell/hyper-extra \ - && $(STACK) upload --no-signature haskell/hyper-haskell-server + && $(STACK) upload haskell/hyper \ + && $(STACK) upload haskell/hyper-extra \ + && $(STACK) upload haskell/hyper-haskell-server diff --git a/haskell/hyper-extra/hyper-extra.cabal b/haskell/hyper-extra/hyper-extra.cabal index eaffa6e..a0e8de6 100644 --- a/haskell/hyper-extra/hyper-extra.cabal +++ b/haskell/hyper-extra/hyper-extra.cabal @@ -12,9 +12,9 @@ License: BSD3 License-file: LICENSE Author: Heinrich Apfelmus Maintainer: Heinrich Apfelmus -Copyright: (c) Heinrich Apfelmus 2016-2018 +Copyright: (c) Heinrich Apfelmus 2016-2020 -Cabal-version: >= 1.8 +Cabal-version: >= 1.10 Build-type: Simple Source-repository head @@ -32,3 +32,5 @@ Library , QuickCheck >= 2.3.0.2 && < 2.14 , hyper >= 0.2 && < 0.3 exposed-modules: Hyper.Extra + default-language: Haskell2010 + diff --git a/haskell/hyper-haskell-server/hyper-haskell-server.cabal b/haskell/hyper-haskell-server/hyper-haskell-server.cabal index c969283..0f41480 100644 --- a/haskell/hyper-haskell-server/hyper-haskell-server.cabal +++ b/haskell/hyper-haskell-server/hyper-haskell-server.cabal @@ -11,9 +11,9 @@ License: BSD3 License-file: LICENSE Author: Heinrich Apfelmus Maintainer: Heinrich Apfelmus -Copyright: (c) Heinrich Apfelmus 2016-2018 +Copyright: (c) Heinrich Apfelmus 2016-2020 -Cabal-version: >= 1.8 +Cabal-version: >= 1.10 Build-type: Simple Source-repository head @@ -37,3 +37,4 @@ Executable hyper-haskell-server ghc-options: -threaded cpp-Options: -DCABAL main-is: Main.hs + default-language: Haskell2010 diff --git a/haskell/hyper/hyper.cabal b/haskell/hyper/hyper.cabal index 5679be0..728c1ea 100644 --- a/haskell/hyper/hyper.cabal +++ b/haskell/hyper/hyper.cabal @@ -11,9 +11,9 @@ License: BSD3 License-file: LICENSE Author: Heinrich Apfelmus Maintainer: Heinrich Apfelmus -Copyright: (c) Heinrich Apfelmus 2016-2018 +Copyright: (c) Heinrich Apfelmus 2016-2020 -Cabal-version: >= 1.8 +Cabal-version: >= 1.10 Build-type: Simple Source-repository head @@ -29,3 +29,4 @@ Library , text >= 0.11 && < 1.3 exposed-modules: Hyper , Hyper.Internal + default-language: Haskell2010