Accepting request 433606 from devel:languages:haskell:lts:7
version update OBS-URL: https://build.opensuse.org/request/show/433606 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-annotated-wl-pprint?expand=0&rev=4
This commit is contained in:
parent
93c796a025
commit
de1c2ee912
26
annotated-wl-pprint.cabal
Normal file
26
annotated-wl-pprint.cabal
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Name: annotated-wl-pprint
|
||||||
|
Version: 0.7.0
|
||||||
|
x-revision: 1
|
||||||
|
Cabal-Version: >= 1.6
|
||||||
|
Synopsis: The Wadler/Leijen Pretty Printer, with annotation support
|
||||||
|
Category: Text
|
||||||
|
Description:
|
||||||
|
This is a modified version of wl-pprint, which was based on Wadler's
|
||||||
|
paper "A Prettier Printer". See the haddocks for full info. This
|
||||||
|
version allows the library user to annotate the text with semantic
|
||||||
|
information, which can later be rendered in a variety of ways.
|
||||||
|
License: BSD3
|
||||||
|
License-file: LICENSE
|
||||||
|
Author: Daan Leijen, David Raymond Christiansen
|
||||||
|
Maintainer: david@davidchristiansen.dk
|
||||||
|
Homepage: https://github.com/david-christiansen/annotated-wl-pprint
|
||||||
|
Build-Type: Simple
|
||||||
|
Library
|
||||||
|
Build-Depends: base >= 4.4 && < 5
|
||||||
|
Exposed-Modules: Text.PrettyPrint.Annotated.Leijen
|
||||||
|
Extensions: DeriveFunctor
|
||||||
|
Ghc-options: -fwarn-incomplete-patterns
|
||||||
|
Source-Repository head
|
||||||
|
type: git
|
||||||
|
location: https://github.com/david-christiansen/annotated-wl-pprint
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 6 13:51:53 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.7.0 revision 1 with cabal2obs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 10 16:57:38 UTC 2016 - psimons@suse.com
|
Sun Jul 10 16:57:38 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -22,9 +22,10 @@ Version: 0.7.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Wadler/Leijen Pretty Printer, with annotation support
|
Summary: The Wadler/Leijen Pretty Printer, with annotation support
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: Development/Languages/Other
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -49,16 +50,14 @@ files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user