Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donatello/gcp-simple
A simple Haskell library for Google Compute Platform
https://github.com/donatello/gcp-simple
Last synced: 25 days ago
JSON representation
A simple Haskell library for Google Compute Platform
- Host: GitHub
- URL: https://github.com/donatello/gcp-simple
- Owner: donatello
- License: apache-2.0
- Created: 2022-01-11T00:40:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T00:16:16.000Z (over 2 years ago)
- Last Synced: 2024-04-17T19:15:09.174Z (7 months ago)
- Language: Haskell
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gcp-simple: A simple Haskell library for Google Compute Platform
[![GitHub CI](https://github.com/donatello/gcp-simple/workflows/CI/badge.svg)](https://github.com/donatello/gcp-simple/actions)
[![Hackage](https://img.shields.io/hackage/v/gcp-simple.svg?logo=haskell)](https://hackage.haskell.org/package/gcp-simple)
[![Apache-2.0 license](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)A simple library for Google Compute Platform
# Build
```shell
cabal build -w ghc-8.8.4
# OR
cabal build -w ghc-8.10.7```