Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```