Skip to content

Commit

Permalink
chore: implement DigitalOcean data definitions and retrieval operations
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Apr 26, 2024
1 parent 85346ca commit 7a5adfe
Show file tree
Hide file tree
Showing 5 changed files with 439 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- { name: Data.Text, as: T }
- { name: Data.Text.Lazy, as: TL }
- { name: Data.Text.Encoding, as: TE }
- { name: Zamazingo.Net, as: Z.Net, importStyle: qualified, asRequired: true }
- { name: Zamazingo.Text, as: Z.Text, importStyle: qualified, asRequired: true }
- { name: Data.Text.IO, as: TIO }
- { name: Options.Applicative, as: OA }
Expand All @@ -31,6 +32,7 @@
- name:
- DeriveGeneric
- DerivingVia
- FlexibleContexts
- OverloadedStrings
- QuasiQuotes
- RecordWildCards
Expand Down
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ let

## Other build inputs for various development requirements:
pkgs.docker-client
pkgs.doctl
pkgs.git
pkgs.nil
pkgs.nixpkgs-fmt
Expand Down
4 changes: 4 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ library:
- autodocodec-schema
- bytestring
- githash
- ip
- mtl
- optparse-applicative
- scientific
- string-interpolate
- template-haskell
- text
- time
- typed-process
- unordered-containers
- yaml

Expand Down
Loading

0 comments on commit 7a5adfe

Please sign in to comment.