cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack name: flake-to-gitlab-ci version: 0.1.0.0 synopsis: Converts a nix flake to gitlab CI jobs. description: Converts a nix flake to gitlab CI jobs. category: Nix, Web, Git author: Daniel Firth maintainer: dan.firth@homotopic.tech copyright: 2022 Daniel Firth license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://gitlab.homotopic.tech/haskell/flake-to-gitlab-ci library exposed-modules: FlakeToGitlabCI other-modules: Paths_flake_to_gitlab_ci hs-source-dirs: src ghc-options: -Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-safe -Wno-unsafe build-depends: aeson , base >=4.7 && <4.18 , bytestring , containers , formatting , lens , lens-aeson , shh , text , which , yaml default-language: Haskell2010 executable flake-to-gitlab-ci-exe main-is: Main.hs other-modules: Paths_flake_to_gitlab_ci hs-source-dirs: app ghc-options: -Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-safe -Wno-unsafe -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <4.18 , flake-to-gitlab-ci default-language: Haskell2010