haskell-cpphs: update to version 1.18.1
This commit is contained in:
parent
e68b54eda8
commit
029967dca6
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cpphs";
|
pname = "cpphs";
|
||||||
version = "1.18";
|
version = "1.18.1";
|
||||||
sha256 = "0b5hpqbzvw5dzkbjxqyc2d7ll2c6zf9wd8k182zhvz3kyxmkvs2s";
|
sha256 = "1fshsd1dzmrl3qbpwf7r2c30d08l77080j9cfchcgy1lijjr9vhm";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/cpphs/";
|
homepage = "http://projects.haskell.org/cpphs/";
|
||||||
description = "A liberalised re-implementation of cpp, the C pre-processor";
|
description = "A liberalised re-implementation of cpp, the C pre-processor";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user