Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pkg.cabal 317 B
cabal-version: 3.12
build-type: Simple
name: pkg
synopsis: synopsis
description: description
version: 0
category: example
maintainer: none@example.com
license: GPL-3.0-or-later
license-file: LICENSE

library
  exposed-modules: Module
  other-modules:
    PackageInfo_pkg
    Paths_pkg
  default-language: Haskell2010