osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-deriving-aeson revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-deriving-aeson?expand=0&rev=13
This commit is contained in:
parent
be8e9b6b02
commit
0d3821794b
3
deriving-aeson-0.2.10.tar.gz
Normal file
3
deriving-aeson-0.2.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3afb52ac0a82f543783cdd683b6e1aa9ea7ab018ca0a020ccdd269f74ff03677
|
||||
size 6015
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0b2975df7ed5ba668982ba442318c36adfe8be3c32dcf136c13bf9662261833
|
||||
size 5859
|
@ -1,37 +0,0 @@
|
||||
cabal-version: 2.4
|
||||
name: deriving-aeson
|
||||
version: 0.2.9
|
||||
x-revision: 1
|
||||
synopsis: Type driven generic aeson instance customisation
|
||||
description: This package provides a newtype wrapper with
|
||||
FromJSON/ToJSON instances customisable via a phantom type parameter.
|
||||
The instances can be rendered to the original type using DerivingVia.
|
||||
bug-reports: https://github.com/fumieval/deriving-aeson
|
||||
license: BSD-3-Clause
|
||||
license-file: LICENSE
|
||||
author: Fumiaki Kinoshita
|
||||
maintainer: fumiexcel@gmail.com
|
||||
copyright: Copyright (c) 2020 Fumiaki Kinoshita
|
||||
category: JSON, Generics
|
||||
extra-source-files: CHANGELOG.md, README.md
|
||||
tested-with: GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.7, GHC == 9.2.5, GHC == 9.4.4
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/fumieval/deriving-aeson.git
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
Deriving.Aeson
|
||||
Deriving.Aeson.Stock
|
||||
build-depends: base >= 4.12 && <5, aeson >= 1.4.7.0 && <2.3
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall -Wcompat
|
||||
|
||||
test-suite test
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: test.hs
|
||||
build-depends: base, aeson, deriving-aeson, bytestring
|
||||
hs-source-dirs: tests
|
||||
default-language: Haskell2010
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 02:29:38 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update deriving-aeson to version 0.2.10.
|
||||
## 0.2.10
|
||||
|
||||
* Added `StripSuffix`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 07:25:55 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-deriving-aeson
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,13 +20,12 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.9
|
||||
Version: 0.2.10
|
||||
Release: 0
|
||||
Summary: Type driven generic aeson instance customisation
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
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-aeson-devel
|
||||
BuildRequires: ghc-aeson-prof
|
||||
@ -72,7 +71,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
Reference in New Issue
Block a user