Skip to content

Commit

Permalink
comment out license field in package.yaml for avoiding errors
Browse files Browse the repository at this point in the history
Specifying 'license: GPL-3.0-or-later' generate cabal file with
'cabal-version: 2.2' which causes error to old version of Cabal
library and also hpack seems not to generate required
'autogen-modules' field.
  • Loading branch information
msakai committed Dec 26, 2020
1 parent a88457c commit e47f296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIP-glpk/package.yaml
@@ -1,7 +1,7 @@
name: MIP-glpk
version: 0.1.1.0
github: "msakai/haskell-MIP"
license: GPL-3.0-or-later
# license: GPL-3.0-or-later
license-file: COPYING
author: "Masahiro Sakai"
maintainer: "masahiro.sakai@gmail.com"
Expand Down

0 comments on commit e47f296

Please sign in to comment.