cabal-version: 3.0 name: cobalt version: 0.1 homepage: haskell-cobalt.org license: BSD-3-Clause license-file: LICENSE author: Sylvain Henry maintainer: sylvain@haskus.fr category: Development build-type: Simple synopsis: Cobalt Haskell toolchain description: An Haskell toolchain alternative to GHC, Cabal, Stack, etc. common warnings ghc-options: -Wall library import: warnings exposed-modules: MyLib build-depends: base ^>=4.19.2.0 hs-source-dirs: src default-language: GHC2024 executable cobalt import: warnings main-is: Main.hs build-depends: base ^>=4.19.2.0, cobalt hs-source-dirs: app default-language: GHC2024