Skip to content

Commit

Permalink
Maintenance: Updates for uploading to hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Nov 13, 2020
1 parent 8988921 commit b3c81d4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

6 changes: 4 additions & 2 deletions haskell/hyper-extra/hyper-extra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ License: BSD3
License-file: LICENSE
Author: Heinrich Apfelmus
Maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
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
Expand All @@ -32,3 +32,5 @@ Library
, QuickCheck >= 2.3.0.2 && < 2.14
, hyper >= 0.2 && < 0.3
exposed-modules: Hyper.Extra
default-language: Haskell2010

5 changes: 3 additions & 2 deletions haskell/hyper-haskell-server/hyper-haskell-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ License: BSD3
License-file: LICENSE
Author: Heinrich Apfelmus
Maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
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
Expand All @@ -37,3 +37,4 @@ Executable hyper-haskell-server
ghc-options: -threaded
cpp-Options: -DCABAL
main-is: Main.hs
default-language: Haskell2010
5 changes: 3 additions & 2 deletions haskell/hyper/hyper.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ License: BSD3
License-file: LICENSE
Author: Heinrich Apfelmus
Maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
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
Expand All @@ -29,3 +29,4 @@ Library
, text >= 0.11 && < 1.3
exposed-modules: Hyper
, Hyper.Internal
default-language: Haskell2010

0 comments on commit b3c81d4

Please sign in to comment.