Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Prepare for 0.1 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored and kutyel committed Jan 13, 2020
1 parent 4c6ab41 commit 0cecd29
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stack*.yaml.lock
.stack-work
*~
dist
dist*
*.pyc

## User files
Expand Down
10 changes: 10 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
packages: compendium-client/
core/schema/
core/rpc/
adapter/avro/
adapter/protobuf/
adapter/persistent/
grpc/client/
grpc/server/

extra-packages: network==3.1.0.1
17 changes: 10 additions & 7 deletions compendium-client/compendium-client.cabal
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
cabal-version: >=1.10

name: compendium-client
version: 0.1.0.0
synopsis: Client for the compendium schema server
-- description:
-- bug-reports:
version: 0.1.0.1
synopsis: Client for the Compendium schema server
description: Client for the <https://github.com/higherkindness/compendium Compendium> schema server
license: Apache-2.0
license-file: LICENSE
author: Alejandro Serrano
maintainer: [email protected]
-- copyright:
copyright: Copyright © 2019-2020 <http://47deg.com 47 Degrees>
category: Network
build-type: Simple
-- extra-source-files: README.md, CHANGELOG.md
homepage: https://higherkindness.io/mu-haskell/
bug-reports: https://github.com/higherkindness/mu-haskell/issues

source-repository head
type: git
location: https://github.com/higherkindness/mu-haskell

library
exposed-modules: Compendium.Client
Expand Down
16 changes: 9 additions & 7 deletions core/schema/mu-schema.cabal
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
cabal-version: >=1.10
-- Initial package description 'mu-haskell.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/

name: mu-schema
version: 0.1.0.0
synopsis: Format-independent schemas for serialization
-- description:
description: With @mu-schema@ you can describe schemas using type-level constructs, and derive serializers from those. See @mu-avro@, @mu-protobuf@ for the actual adapters.
-- bug-reports:
license: Apache-2.0
license-file: LICENSE
author: Alejandro Serrano
author: Alejandro Serrano, Flavio Corpa
maintainer: [email protected]
-- copyright:
copyright: Copyright © 2019-2020 <http://47deg.com 47 Degrees>
category: Network
build-type: Simple
extra-source-files: CHANGELOG.md
homepage: https://higherkindness.io/mu-haskell/
bug-reports: https://github.com/higherkindness/mu-haskell/issues

source-repository head
type: git
location: https://github.com/higherkindness/mu-haskell

library
exposed-modules: Mu.Schema
Expand Down

0 comments on commit 0cecd29

Please sign in to comment.