osc copypac from project:devel:languages:haskell:ghc-8.10.x package:hlint revision:18, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hlint?expand=0&rev=23
This commit is contained in:
Ondřej Súkup 2021-11-09 08:32:07 +00:00 committed by Git OBS Bridge
parent 80262e7219
commit 5defd4314b
3 changed files with 10 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cabal-version: >= 1.18
build-type: Simple
name: hlint
version: 3.2.7
x-revision: 1
x-revision: 2
license: BSD3
license-file: LICENSE
category: Development
@ -60,6 +60,8 @@ flag hsyaml
description: Use HsYAML instead of yaml
library
build-depends: aeson <1.6
default-language: Haskell2010
build-depends:
base == 4.*, process, filepath, directory, containers,

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 12 10:51:31 UTC 2021 - psimons@suse.com
- Update hlint to version 3.2.7 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Sep 2 08:33:15 UTC 2021 - psimons@suse.com

View File

@ -24,7 +24,7 @@ Summary: Source code suggestions
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel