From d7154a52f9e1a680729da8b9a29e120e8db89e92 Mon Sep 17 00:00:00 2001 From: odanoburu Date: Mon, 9 Apr 2018 12:14:02 -0300 Subject: [PATCH 1/2] - rm trailing spaces --- src/runtime/haskell-bind/pgf2.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal index 312d851be..bb48448f6 100644 --- a/src/runtime/haskell-bind/pgf2.cabal +++ b/src/runtime/haskell-bind/pgf2.cabal @@ -1,13 +1,13 @@ name: pgf2 version: 0.1.0.0 --- synopsis: --- description: +-- synopsis: +-- description: homepage: http://www.grammaticalframework.org license: LGPL-3 --license-file: LICENSE author: Krasimir Angelov, Inari -maintainer: --- copyright: +maintainer: +-- copyright: category: Language build-type: Simple extra-source-files: README @@ -20,7 +20,7 @@ library other-modules: PGF2.FFI, PGF2.Expr, PGF2.Type, SG.FFI build-depends: base >=4.3, containers, pretty - -- hs-source-dirs: + -- hs-source-dirs: default-language: Haskell2010 build-tools: hsc2hs From 2c163bb24324526b3044334b2056717e75360ee7 Mon Sep 17 00:00:00 2001 From: odanoburu Date: Mon, 9 Apr 2018 12:14:32 -0300 Subject: [PATCH 2/2] - rm duplicate lines --- src/runtime/haskell-bind/pgf2.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal index bb48448f6..178f15023 100644 --- a/src/runtime/haskell-bind/pgf2.cabal +++ b/src/runtime/haskell-bind/pgf2.cabal @@ -26,7 +26,6 @@ library extra-libraries: sg pgf gu cc-options: -std=c99 - default-language: Haskell2010 c-sources: utils.c executable pgf-shell