File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ zip-win32:
4646
4747hackage :
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
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ License: BSD3
1212License-file : LICENSE
1313Author : Heinrich Apfelmus
1414Maintainer : 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
1818Build-type : Simple
1919
2020Source-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+
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ License: BSD3
1111License-file : LICENSE
1212Author : Heinrich Apfelmus
1313Maintainer : 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
1717Build-type : Simple
1818
1919Source-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
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ License: BSD3
1111License-file : LICENSE
1212Author : Heinrich Apfelmus
1313Maintainer : 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
1717Build-type : Simple
1818
1919Source-repository head
@@ -29,3 +29,4 @@ Library
2929 , text >= 0.11 && < 1.3
3030 exposed-modules : Hyper
3131 , Hyper.Internal
32+ default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments