Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit f382d52

Browse files
author
Ross MacLeod
committed
version 0.7.5.0
1 parent 4af87c0 commit f382d52

30 files changed

+122
-364
lines changed
Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.4.
3+
-- This file has been generated from package.yaml by hpack version 0.34.3.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 1b47f6eaee9d6409bdefaa3a6191abcb6a1598cffce9780f1e3fc955fe80efa5
7+
-- hash: 6cf5aa5a674723a2cb68f4070e600bc24a79d087b3b16eafb3268df4f4c3a0bf
88

99
name: composite-aeson-path
10-
version: 0.7.4.0
10+
version: 0.7.5.0
1111
synopsis: Formatting data for the path library.
1212
description: JsonFormat for Path.
1313
category: Records
1414
homepage: https://github.com/ConferOpenSource/composite#readme
1515
author: Confer Health, Inc
1616
maintainer: oss@vitalbio.com
17-
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
17+
copyright: 2017 Confer Health, Inc., 2020-2021 Vital Biosciences
1818
license: BSD3
1919
build-type: Simple
2020

@@ -25,30 +25,10 @@ library
2525
Paths_composite_aeson_path
2626
hs-source-dirs:
2727
src
28-
default-extensions:
29-
DataKinds
30-
FlexibleContexts
31-
FlexibleInstances
32-
GeneralizedNewtypeDeriving
33-
LambdaCase
34-
MultiParamTypeClasses
35-
MultiWayIf
36-
OverloadedStrings
37-
PatternSynonyms
38-
PolyKinds
39-
QuasiQuotes
40-
RankNTypes
41-
ScopedTypeVariables
42-
StandaloneDeriving
43-
StrictData
44-
TemplateHaskell
45-
TupleSections
46-
TypeFamilies
47-
TypeOperators
48-
ViewPatterns
28+
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
4929
ghc-options: -Wall -O2
5030
build-depends:
5131
base >=4.7 && <5
52-
, composite-aeson ==0.7.*
32+
, composite-aeson >=0.7 && <0.8
5333
, path >=0.6 && <0.9
5434
default-language: Haskell2010

composite-aeson-path/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
{ mkDerivation, base, composite-aeson, hpack, path, stdenv }:
1+
{ mkDerivation, base, composite-aeson, hpack, lib, path }:
22
mkDerivation {
33
pname = "composite-aeson-path";
4-
version = "0.7.4.0";
4+
version = "0.7.5.0";
55
src = ./.;
66
libraryHaskellDepends = [ base composite-aeson path ];
77
libraryToolDepends = [ hpack ];
88
prePatch = "hpack";
99
homepage = "https://github.com/ConferOpenSource/composite#readme";
1010
description = "Formatting data for the path library";
11-
license = stdenv.lib.licenses.bsd3;
11+
license = lib.licenses.bsd3;
1212
}

composite-aeson-path/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: composite-aeson-path
2-
version: 0.7.4.0
2+
version: 0.7.5.0
33
synopsis: Formatting data for the path library.
44
description: JsonFormat for Path.
55
homepage: https://github.com/ConferOpenSource/composite#readme
66
license: BSD3
77
author: Confer Health, Inc
88
maintainer: oss@vitalbio.com
9-
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
9+
copyright: 2017 Confer Health, Inc., 2020-2021 Vital Biosciences
1010
category: Records
1111

1212
dependencies:
Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.4.
3+
-- This file has been generated from package.yaml by hpack version 0.34.3.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: b190febbc9693c357e654a1e0fa115d4e076e0f2d8f0cb1f97b9ee961080666e
7+
-- hash: cc4c674145c73cbeecab0efb83fee3f018641398f412b114fdc3a3aa8b6405ad
88

99
name: composite-aeson-refined
10-
version: 0.7.4.0
10+
version: 0.7.5.0
1111
synopsis: composite-aeson support for Refined from the refined package
1212
description: JsonFormat and DefaultJsonFormat for Refined
1313
category: Records
1414
homepage: https://github.com/ConferOpenSource/composite#readme
1515
author: Confer Health, Inc
1616
maintainer: oss@vitalbio.com
17-
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
17+
copyright: 2017 Confer Health, Inc., 2020-2021 Vital Biosciences
1818
license: BSD3
1919
build-type: Simple
2020

@@ -25,32 +25,12 @@ library
2525
Paths_composite_aeson_refined
2626
hs-source-dirs:
2727
src
28-
default-extensions:
29-
DataKinds
30-
FlexibleContexts
31-
FlexibleInstances
32-
GeneralizedNewtypeDeriving
33-
LambdaCase
34-
MultiParamTypeClasses
35-
MultiWayIf
36-
OverloadedStrings
37-
PatternSynonyms
38-
PolyKinds
39-
QuasiQuotes
40-
RankNTypes
41-
ScopedTypeVariables
42-
StandaloneDeriving
43-
StrictData
44-
TemplateHaskell
45-
TupleSections
46-
TypeFamilies
47-
TypeOperators
48-
ViewPatterns
28+
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
4929
ghc-options: -Wall -O2
5030
build-depends:
5131
aeson-better-errors >=0.9.1.0 && <0.10
5232
, base >=4.7 && <5
53-
, composite-aeson ==0.7.*
33+
, composite-aeson >=0.7 && <0.8
5434
, mtl >=2.2.1 && <2.3
5535
, refined >=0.1.2.1 && <0.7
5636
default-language: Haskell2010
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{ mkDerivation, aeson-better-errors, base, composite-aeson, hpack
2-
, mtl, refined, stdenv
2+
, lib, mtl, refined
33
}:
44
mkDerivation {
55
pname = "composite-aeson-refined";
6-
version = "0.7.4.0";
6+
version = "0.7.5.0";
77
src = ./.;
88
libraryHaskellDepends = [
99
aeson-better-errors base composite-aeson mtl refined
@@ -12,5 +12,5 @@ mkDerivation {
1212
prePatch = "hpack";
1313
homepage = "https://github.com/ConferOpenSource/composite#readme";
1414
description = "composite-aeson support for Refined from the refined package";
15-
license = stdenv.lib.licenses.bsd3;
15+
license = lib.licenses.bsd3;
1616
}

composite-aeson-refined/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: composite-aeson-refined
2-
version: 0.7.4.0
2+
version: 0.7.5.0
33
synopsis: composite-aeson support for Refined from the refined package
44
description: JsonFormat and DefaultJsonFormat for Refined
55
homepage: https://github.com/ConferOpenSource/composite#readme
66
license: BSD3
77
author: Confer Health, Inc
88
maintainer: oss@vitalbio.com
9-
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
9+
copyright: 2017 Confer Health, Inc., 2020-2021 Vital Biosciences
1010
category: Records
1111

1212
dependencies:

composite-aeson/composite-aeson.cabal

Lines changed: 8 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.4.
3+
-- This file has been generated from package.yaml by hpack version 0.34.3.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 0d5b77c047c5a8706c19d7c58b2b5a1408b40d1ab749153ec47f1daa9079b5c6
7+
-- hash: 684ff7558a2f16e5bba77f441093b403df9653bd523915ff4733380484d28c1d
88

99
name: composite-aeson
10-
version: 0.7.4.0
10+
version: 0.7.5.0
1111
synopsis: JSON for Vinyl records
1212
description: Integration between Aeson and Vinyl records allowing records to be easily converted to JSON using automatic derivation, explicit formats, or a mix of both.
1313
category: Records
1414
homepage: https://github.com/ConferOpenSource/composite#readme
1515
author: Confer Health, Inc
1616
maintainer: oss@vitalbio.com
17-
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
17+
copyright: 2017 Confer Health, Inc., 2020-2021 Vital Biosciences
1818
license: BSD3
1919
build-type: Simple
2020

@@ -36,34 +36,13 @@ library
3636
Paths_composite_aeson
3737
hs-source-dirs:
3838
src
39-
default-extensions:
40-
DataKinds
41-
FlexibleContexts
42-
FlexibleInstances
43-
GeneralizedNewtypeDeriving
44-
LambdaCase
45-
MultiParamTypeClasses
46-
MultiWayIf
47-
OverloadedStrings
48-
PatternSynonyms
49-
PolyKinds
50-
QuasiQuotes
51-
RankNTypes
52-
ScopedTypeVariables
53-
StandaloneDeriving
54-
StrictData
55-
TemplateHaskell
56-
TupleSections
57-
TypeApplications
58-
TypeFamilies
59-
TypeOperators
60-
ViewPatterns
39+
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
6140
ghc-options: -Wall -O2
6241
build-depends:
6342
aeson >=1.1.2.0 && <1.6
6443
, aeson-better-errors >=0.9.1.0 && <0.10
6544
, base >=4.7 && <5
66-
, composite-base ==0.7.*
45+
, composite-base >=0.7 && <0.8
6746
, containers >=0.5.7.0 && <0.7
6847
, contravariant >=1.4 && <1.6
6948
, generic-deriving >=1.11.2 && <1.14
@@ -95,28 +74,7 @@ test-suite composite-aeson-test
9574
Paths_composite_aeson
9675
hs-source-dirs:
9776
test
98-
default-extensions:
99-
DataKinds
100-
FlexibleContexts
101-
FlexibleInstances
102-
GeneralizedNewtypeDeriving
103-
LambdaCase
104-
MultiParamTypeClasses
105-
MultiWayIf
106-
OverloadedStrings
107-
PatternSynonyms
108-
PolyKinds
109-
QuasiQuotes
110-
RankNTypes
111-
ScopedTypeVariables
112-
StandaloneDeriving
113-
StrictData
114-
TemplateHaskell
115-
TupleSections
116-
TypeApplications
117-
TypeFamilies
118-
TypeOperators
119-
ViewPatterns
77+
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
12078
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N -fno-warn-orphans
12179
build-depends:
12280
QuickCheck
@@ -125,7 +83,7 @@ test-suite composite-aeson-test
12583
, aeson-qq
12684
, base >=4.7 && <5
12785
, composite-aeson
128-
, composite-base ==0.7.*
86+
, composite-base >=0.7 && <0.8
12987
, containers >=0.5.7.0 && <0.7
13088
, contravariant >=1.4 && <1.6
13189
, generic-deriving >=1.11.2 && <1.14

composite-aeson/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ mkDerivation, aeson, aeson-better-errors, aeson-qq, base
22
, composite-base, containers, contravariant, generic-deriving
3-
, hashable, hpack, hspec, lens, mmorph, mtl, profunctors
4-
, QuickCheck, scientific, stdenv, tagged, template-haskell, text
5-
, time, unordered-containers, vector, vinyl
3+
, hashable, hpack, hspec, lens, lib, mmorph, mtl, profunctors
4+
, QuickCheck, scientific, tagged, template-haskell, text, time
5+
, unordered-containers, vector, vinyl
66
}:
77
mkDerivation {
88
pname = "composite-aeson";
9-
version = "0.7.4.0";
9+
version = "0.7.5.0";
1010
src = ./.;
1111
libraryHaskellDepends = [
1212
aeson aeson-better-errors base composite-base containers
@@ -24,5 +24,5 @@ mkDerivation {
2424
prePatch = "hpack";
2525
homepage = "https://github.com/ConferOpenSource/composite#readme";
2626
description = "JSON for Vinyl records";
27-
license = stdenv.lib.licenses.bsd3;
27+
license = lib.licenses.bsd3;
2828
}

composite-aeson/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: composite-aeson
2-
version: 0.7.4.0
2+
version: 0.7.5.0
33
synopsis: JSON for Vinyl records
44
description: Integration between Aeson and Vinyl records allowing records to be easily converted to JSON using automatic derivation, explicit formats, or a mix of both.
55
homepage: https://github.com/ConferOpenSource/composite#readme
66
license: BSD3
77
author: Confer Health, Inc
88
maintainer: oss@vitalbio.com
9-
copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences
9+
copyright: 2017 Confer Health, Inc., 2020-2021 Vital Biosciences
1010
category: Records
1111

1212
dependencies:

0 commit comments

Comments
 (0)