cabal-version: >=1.10 -- Initial package description 'redesigned-carnival.cabal' generated by -- 'cabal init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: redesigned-carnival version: 0.4.0.0 synopsis: Package for dependency confusion description: Dependency confusion is a software supply chain attack described at . This package was created to investigate whether Cabal is vulnerable to this kind of attack, and possible mitigations. -- bug-reports: license: PublicDomain license-file: LICENSE author: Fraser Tweedale maintainer: frase@frase.id.au -- copyright: category: ACME build-type: Simple extra-source-files: CHANGELOG.md library hs-source-dirs: src exposed-modules: ACME.RedesignedCarnival -- other-modules: -- other-extensions: build-depends: base >=4 && <5 default-language: Haskell2010