Commit 3959b56a authored by Ross MacLeod's avatar Ross MacLeod
Browse files

version bump to 0.2.0.0

parent 07e90824
-- This file has been generated from package.yaml by hpack version 0.15.0.
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: composite-aeson
version: 0.1.1.0
version: 0.2.0.0
synopsis: JSON for Vinyl/Frames records
description: Integration between Aeson and Vinyl/Frames records allowing records to be easily converted to JSON using automatic derivation, explicit formats, or a mix of both.
category: Records
......
......@@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "composite-aeson";
version = "0.1.1.0";
version = "0.2.0.0";
src = ./.;
libraryHaskellDepends = [
aeson aeson-better-errors base basic-prelude composite-base
......
name: composite-aeson
version: 0.1.1.0
version: 0.2.0.0
synopsis: JSON for Vinyl/Frames records
description: Integration between Aeson and Vinyl/Frames records allowing records to be easily converted to JSON using automatic derivation, explicit formats, or a mix of both.
homepage: https://github.com/ConferHealth/composite#readme
......
-- This file has been generated from package.yaml by hpack version 0.15.0.
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: composite-base
version: 0.1.1.0
version: 0.2.0.0
synopsis: Shared utilities for composite-* packages.
description: Shared helpers for the various composite packages.
category: Records
......
......@@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "composite-base";
version = "0.1.1.0";
version = "0.2.0.0";
src = ./.;
libraryHaskellDepends = [
base basic-prelude Frames lens template-haskell text vinyl
......
name: composite-base
version: 0.1.1.0
version: 0.2.0.0
synopsis: Shared utilities for composite-* packages.
description: Shared helpers for the various composite packages.
homepage: https://github.com/ConferHealth/composite#readme
......
-- This file has been generated from package.yaml by hpack version 0.15.0.
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: composite-ekg
version: 0.1.1.0
version: 0.2.0.0
synopsis: EKG Metrics for Vinyl/Frames records
description: Integration between EKG and Vinyl/Frames records allowing records holding registered metrics to be easily constructed from a type declaration.
category: Records
......
......@@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "composite-ekg";
version = "0.1.1.0";
version = "0.2.0.0";
src = ./.;
libraryHaskellDepends = [
base basic-prelude composite-base ekg ekg-core Frames lens text
......
name: composite-ekg
version: 0.1.1.0
version: 0.2.0.0
synopsis: EKG Metrics for Vinyl/Frames records
description: Integration between EKG and Vinyl/Frames records allowing records holding registered metrics to be easily constructed from a type declaration.
homepage: https://github.com/ConferHealth/composite#readme
......
-- This file has been generated from package.yaml by hpack version 0.15.0.
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: composite-opaleye
version: 0.1.1.0
version: 0.2.0.0
synopsis: Opaleye SQL for Frames records
description: Integration between Frames records and Opaleye SQL, allowing records to be stored, retrieved, and queried from PostgreSQL.
category: Records
......
......@@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "composite-opaleye";
version = "0.1.1.0";
version = "0.2.0.0";
src = ./.;
libraryHaskellDepends = [
base basic-prelude bytestring composite-base Frames lens opaleye
......
name: composite-opaleye
version: 0.1.1.0
version: 0.2.0.0
synopsis: Opaleye SQL for Frames records
description: Integration between Frames records and Opaleye SQL, allowing records to be stored, retrieved, and queried from PostgreSQL.
homepage: https://github.com/ConferHealth/composite#readme
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment