2020-06-07 07:47:33 +02:00
|
|
|
cabal-version: 1.12
|
|
|
|
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.33.0.
|
|
|
|
--
|
|
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
--
|
|
|
|
-- hash: eed4fdad9349ff4c0a5b9359f95a9d1a2781565ece0832118e944caeb29d7054
|
2019-07-25 06:31:46 +02:00
|
|
|
|
|
|
|
name: myriad
|
2020-06-07 07:47:33 +02:00
|
|
|
version: 0.3.0.0
|
|
|
|
synopsis: Arbitrary code execution in Docker.
|
|
|
|
description: Please see the README on GitHub at <https://github.com/1Computer1/myriad#readme>
|
2019-07-25 06:31:46 +02:00
|
|
|
category: Server
|
2020-06-07 07:47:33 +02:00
|
|
|
homepage: https://github.com/1Computer1/myriad#readme
|
|
|
|
bug-reports: https://github.com/1Computer1/myriad/issues
|
|
|
|
author: 1Computer
|
2019-07-25 06:31:46 +02:00
|
|
|
maintainer: onecomputer00@gmail.com
|
2020-06-07 07:47:33 +02:00
|
|
|
copyright: 2020 1Computer
|
2019-07-25 06:31:46 +02:00
|
|
|
license: MIT
|
|
|
|
license-file: LICENSE
|
|
|
|
build-type: Simple
|
|
|
|
extra-source-files:
|
2020-06-07 07:47:33 +02:00
|
|
|
README.md
|
2019-07-25 06:31:46 +02:00
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
2020-06-07 07:47:33 +02:00
|
|
|
location: https://github.com/1Computer1/myriad
|
2019-07-25 06:31:46 +02:00
|
|
|
|
2019-09-05 05:53:57 +02:00
|
|
|
library
|
|
|
|
exposed-modules:
|
2020-06-07 07:47:33 +02:00
|
|
|
Myriad
|
|
|
|
Myriad.Core
|
|
|
|
Myriad.Docker
|
|
|
|
Myriad.Server
|
|
|
|
other-modules:
|
|
|
|
Paths_myriad
|
|
|
|
hs-source-dirs:
|
|
|
|
src
|
|
|
|
default-extensions: BlockArguments ConstraintKinds DataKinds DeriveAnyClass DeriveGeneric DeriveTraversable DerivingStrategies FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PatternSynonyms PolyKinds RankNTypes ScopedTypeVariables TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
|
|
|
|
ghc-options: -Wall
|
|
|
|
build-depends:
|
|
|
|
aeson
|
|
|
|
, async
|
|
|
|
, base >=4.13 && <5
|
|
|
|
, bytestring
|
|
|
|
, containers
|
|
|
|
, dhall ==1.30.*
|
|
|
|
, filepath
|
|
|
|
, lifted-async
|
|
|
|
, lifted-base
|
|
|
|
, monad-control
|
|
|
|
, monad-logger
|
|
|
|
, mtl
|
|
|
|
, servant
|
|
|
|
, servant-server
|
|
|
|
, snowflake
|
|
|
|
, string-conversions
|
|
|
|
, text
|
|
|
|
, time
|
|
|
|
, transformers
|
|
|
|
, transformers-base
|
|
|
|
, typed-process
|
|
|
|
, wai
|
|
|
|
, warp
|
|
|
|
default-language: Haskell2010
|
2019-09-05 05:53:57 +02:00
|
|
|
|
2020-06-07 07:47:33 +02:00
|
|
|
executable lanx-exe
|
2019-07-25 06:31:46 +02:00
|
|
|
main-is: Main.hs
|
2020-06-07 07:47:33 +02:00
|
|
|
other-modules:
|
|
|
|
Paths_myriad
|
|
|
|
hs-source-dirs:
|
|
|
|
app
|
|
|
|
default-extensions: BlockArguments ConstraintKinds DataKinds DeriveAnyClass DeriveGeneric DeriveTraversable DerivingStrategies FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PatternSynonyms PolyKinds RankNTypes ScopedTypeVariables TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns
|
2019-07-25 06:31:46 +02:00
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
|
|
|
|
build-depends:
|
2020-06-07 07:47:33 +02:00
|
|
|
aeson
|
|
|
|
, async
|
|
|
|
, base >=4.13 && <5
|
|
|
|
, bytestring
|
|
|
|
, containers
|
|
|
|
, dhall ==1.30.*
|
|
|
|
, filepath
|
|
|
|
, lifted-async
|
|
|
|
, lifted-base
|
|
|
|
, monad-control
|
|
|
|
, monad-logger
|
|
|
|
, mtl
|
|
|
|
, myriad
|
|
|
|
, optparse-applicative
|
|
|
|
, servant
|
|
|
|
, servant-server
|
|
|
|
, snowflake
|
|
|
|
, string-conversions
|
|
|
|
, text
|
|
|
|
, time
|
|
|
|
, transformers
|
|
|
|
, transformers-base
|
|
|
|
, typed-process
|
|
|
|
, wai
|
|
|
|
, warp
|
|
|
|
default-language: Haskell2010
|