Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions nix-tools/nix-tools/nix-tools.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ license: BSD-3-Clause
license-file: LICENSE
author: Moritz Angermann
maintainer: moritz.angermann@gmail.com
homepage: https://github.com/input-output-hk/haskell.nix
bug-reports: https://github.com/input-output-hk/haskell.nix/issues
category: Distribution
build-type: Simple

source-repository head
type: git
location: https://github.com/input-output-hk/haskell.nix
subdir: nix-tools/nix-tools

common warnings
ghc-options: -Wall

Expand Down
Loading