2019-07-09 11:19:41 +02:00
|
|
|
name: myriad
|
|
|
|
version: 0.1.0.0
|
|
|
|
github: "1computer1/myriad"
|
|
|
|
license: MIT
|
|
|
|
author: "1Computer1"
|
|
|
|
maintainer: "onecomputer00@gmail.com"
|
|
|
|
copyright: "2019 1Computer1"
|
|
|
|
|
|
|
|
extra-source-files:
|
|
|
|
- README.md
|
|
|
|
|
|
|
|
synopsis: Arbitrary code execution in Docker
|
|
|
|
category: Server
|
|
|
|
description: Please see the README
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- aeson
|
|
|
|
- async
|
|
|
|
- base
|
|
|
|
- bytestring
|
|
|
|
- containers
|
|
|
|
- dhall
|
|
|
|
- lifted-base
|
|
|
|
- lifted-async
|
|
|
|
- monad-control
|
|
|
|
- monad-logger
|
|
|
|
- mtl
|
2019-07-11 07:00:41 +02:00
|
|
|
- optparse-applicative
|
2019-07-09 11:19:41 +02:00
|
|
|
- servant
|
|
|
|
- servant-server
|
|
|
|
- snowflake
|
|
|
|
- string-conversions
|
|
|
|
- text
|
|
|
|
- time
|
|
|
|
- transformers
|
|
|
|
- transformers-base
|
|
|
|
- typed-process
|
|
|
|
- wai
|
|
|
|
- warp
|
|
|
|
|
|
|
|
default-extensions:
|
|
|
|
- BlockArguments
|
|
|
|
- ConstraintKinds
|
|
|
|
- DataKinds
|
2019-07-18 13:40:29 +02:00
|
|
|
- DerivingStrategies
|
2019-07-09 11:19:41 +02:00
|
|
|
- DeriveFunctor
|
|
|
|
- DeriveGeneric
|
|
|
|
- FlexibleContexts
|
2019-07-18 13:40:29 +02:00
|
|
|
- FlexibleInstances
|
2019-07-09 11:19:41 +02:00
|
|
|
- FunctionalDependencies
|
|
|
|
- GADTs
|
2019-07-18 13:40:29 +02:00
|
|
|
- GeneralizedNewtypeDeriving
|
2019-07-09 11:19:41 +02:00
|
|
|
- LambdaCase
|
|
|
|
- MultiParamTypeClasses
|
|
|
|
- MultiWayIf
|
|
|
|
- NamedFieldPuns
|
|
|
|
- OverloadedStrings
|
|
|
|
- PatternSynonyms
|
|
|
|
- PolyKinds
|
|
|
|
- RankNTypes
|
|
|
|
- ScopedTypeVariables
|
2019-07-18 13:40:29 +02:00
|
|
|
- StandaloneDeriving
|
2019-07-09 11:19:41 +02:00
|
|
|
- TupleSections
|
|
|
|
- TypeApplications
|
|
|
|
- TypeOperators
|
|
|
|
- TypeFamilies
|
|
|
|
- ViewPatterns
|
|
|
|
|
|
|
|
executable:
|
|
|
|
main: Main.hs
|
|
|
|
source-dirs: src
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
|
|
|
- -Wall
|