Skip to content

Commit

Permalink
formatting wibbles
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Mar 29, 2024
1 parent 91d8722 commit 9499a3e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions placeholder.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,32 @@ copyright: Copyright (c) 2024 Edward Kmett
stability: experimental
category: Control
build-type: Simple
tested-with: GHC ==9.4.8 || ==9.6.4 || ==9.8.1
extra-doc-files: README.md, CHANGELOG.md
tested-with: GHC == 9.4.8
|| == 9.6.4
|| == 9.8.1

source-repository head
type: git
location: https://github.com/ekmett/placeholder

common base
default-language: Haskell2010
build-depends: base >= 4.14 && < 5, ghc-prim
build-depends:
base >= 4.14 && < 5,
ghc-prim
ghc-options:
-Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wredundant-constraints -Widentities
-Wno-simplifiable-class-constraints

common test
import: base
build-depends: placeholder, tasty >= 1.2, tasty-hunit >= 0.10.0
hs-source-dirs: t
build-depends:
placeholder,
tasty >= 1.2,
tasty-hunit >= 0.10.0

library
import: base
Expand Down

0 comments on commit 9499a3e

Please sign in to comment.