Skip to content

Commit 53859c1

Browse files
committed
Removed trailing whitespace in .cabal file
1 parent dfa446c commit 53859c1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

language-python/language-python.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: language-python
22
version: 0.5.8
33
cabal-version: >= 1.6
4-
synopsis: Parsing and pretty printing of Python code.
5-
description: language-python is a Haskell library for lexical analysis, parsing
6-
and pretty printing Python code. It supports versions 2.x and 3.x of Python.
4+
synopsis: Parsing and pretty printing of Python code.
5+
description: language-python is a Haskell library for lexical analysis, parsing
6+
and pretty printing Python code. It supports versions 2.x and 3.x of Python.
77
category: Language
88
license: BSD3
99
license-file: LICENSE
1010
copyright: (c) 2008-2019 Bernard James Pope
1111
author: Bernard James Pope (Bernie Pope)
1212
maintainer: florbitous@gmail.com
13-
homepage: http://github.com/bjpop/language-python
13+
homepage: http://github.com/bjpop/language-python
1414
build-type: Simple
1515
stability: experimental
1616
extra-source-files: src/Language/Python/Version3/Parser/Parser.y
@@ -24,7 +24,7 @@ source-repository head
2424
location: https://github.com/bjpop/language-python
2525

2626
Library
27-
hs-source-dirs: src
27+
hs-source-dirs: src
2828
ghc-options: -fwarn-incomplete-patterns -fwarn-unused-imports -fwarn-warnings-deprecations
2929
build-depends:
3030
base == 4.*,

0 commit comments

Comments
 (0)