osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-deriving-aeson revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-deriving-aeson?expand=0&rev=12
This commit is contained in:
parent
c939564b48
commit
be8e9b6b02
@ -1,37 +1,37 @@
|
|||||||
cabal-version: 2.4
|
cabal-version: 2.4
|
||||||
name: deriving-aeson
|
name: deriving-aeson
|
||||||
version: 0.2.9
|
version: 0.2.9
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
synopsis: Type driven generic aeson instance customisation
|
synopsis: Type driven generic aeson instance customisation
|
||||||
description: This package provides a newtype wrapper with
|
description: This package provides a newtype wrapper with
|
||||||
FromJSON/ToJSON instances customisable via a phantom type parameter.
|
FromJSON/ToJSON instances customisable via a phantom type parameter.
|
||||||
The instances can be rendered to the original type using DerivingVia.
|
The instances can be rendered to the original type using DerivingVia.
|
||||||
bug-reports: https://github.com/fumieval/deriving-aeson
|
bug-reports: https://github.com/fumieval/deriving-aeson
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Fumiaki Kinoshita
|
author: Fumiaki Kinoshita
|
||||||
maintainer: fumiexcel@gmail.com
|
maintainer: fumiexcel@gmail.com
|
||||||
copyright: Copyright (c) 2020 Fumiaki Kinoshita
|
copyright: Copyright (c) 2020 Fumiaki Kinoshita
|
||||||
category: JSON, Generics
|
category: JSON, Generics
|
||||||
extra-source-files: CHANGELOG.md, README.md
|
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
|
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
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/fumieval/deriving-aeson.git
|
location: https://github.com/fumieval/deriving-aeson.git
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Deriving.Aeson
|
Deriving.Aeson
|
||||||
Deriving.Aeson.Stock
|
Deriving.Aeson.Stock
|
||||||
build-depends: base >= 4.12 && <5, aeson >= 1.4.7.0 && <2.3
|
build-depends: base >= 4.12 && <5, aeson >= 1.4.7.0 && <2.3
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall -Wcompat
|
ghc-options: -Wall -Wcompat
|
||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: test.hs
|
main-is: test.hs
|
||||||
build-depends: base, aeson, deriving-aeson, bytestring
|
build-depends: base, aeson, deriving-aeson, bytestring
|
||||||
hs-source-dirs: tests
|
hs-source-dirs: tests
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Nov 16 13:26:18 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Strip CRLF line endings from the bundled Cabal file.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 7 07:25:55 UTC 2023 - Peter Simons <psimons@suse.com>
|
Mon Aug 7 07:25:55 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user