Skip to content

Commit b3c81d4

Browse files
Maintenance: Updates for uploading to hackage
1 parent 8988921 commit b3c81d4

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ zip-win32:
4646

4747
hackage:
4848
$(STACK) sdist \
49-
&& $(STACK) upload --no-signature haskell/hyper \
50-
&& $(STACK) upload --no-signature haskell/hyper-extra \
51-
&& $(STACK) upload --no-signature haskell/hyper-haskell-server
49+
&& $(STACK) upload haskell/hyper \
50+
&& $(STACK) upload haskell/hyper-extra \
51+
&& $(STACK) upload haskell/hyper-haskell-server
5252

haskell/hyper-extra/hyper-extra.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ License: BSD3
1212
License-file: LICENSE
1313
Author: Heinrich Apfelmus
1414
Maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
15-
Copyright: (c) Heinrich Apfelmus 2016-2018
15+
Copyright: (c) Heinrich Apfelmus 2016-2020
1616

17-
Cabal-version: >= 1.8
17+
Cabal-version: >= 1.10
1818
Build-type: Simple
1919

2020
Source-repository head
@@ -32,3 +32,5 @@ Library
3232
, QuickCheck >= 2.3.0.2 && < 2.14
3333
, hyper >= 0.2 && < 0.3
3434
exposed-modules: Hyper.Extra
35+
default-language: Haskell2010
36+

haskell/hyper-haskell-server/hyper-haskell-server.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ License: BSD3
1111
License-file: LICENSE
1212
Author: Heinrich Apfelmus
1313
Maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
14-
Copyright: (c) Heinrich Apfelmus 2016-2018
14+
Copyright: (c) Heinrich Apfelmus 2016-2020
1515

16-
Cabal-version: >= 1.8
16+
Cabal-version: >= 1.10
1717
Build-type: Simple
1818

1919
Source-repository head
@@ -37,3 +37,4 @@ Executable hyper-haskell-server
3737
ghc-options: -threaded
3838
cpp-Options: -DCABAL
3939
main-is: Main.hs
40+
default-language: Haskell2010

haskell/hyper/hyper.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ License: BSD3
1111
License-file: LICENSE
1212
Author: Heinrich Apfelmus
1313
Maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
14-
Copyright: (c) Heinrich Apfelmus 2016-2018
14+
Copyright: (c) Heinrich Apfelmus 2016-2020
1515

16-
Cabal-version: >= 1.8
16+
Cabal-version: >= 1.10
1717
Build-type: Simple
1818

1919
Source-repository head
@@ -29,3 +29,4 @@ Library
2929
, text >= 0.11 && < 1.3
3030
exposed-modules: Hyper
3131
, Hyper.Internal
32+
default-language: Haskell2010

0 commit comments

Comments
 (0)