Skip to content

Commit

Permalink
Fix build with GHC-7.10.3
Browse files Browse the repository at this point in the history
Previously I would see the following build failure:

    $ cabal-3.0 build -w ghc-7.10.3
    Resolving dependencies...
    Build profile: -w ghc-7.10.3 -O1
    In order, the following will be built (use -v for more details):
     - pretty-simple-3.1.0.0 (lib:pretty-simple) (first run)
    Warning: pretty-simple.cabal: Ignoring unknown section type: custom-setup
    Configuring pretty-simple-3.1.0.0...
    setup: At least the following dependencies are missing:
    aeson -any, bytestring -any, optparse-applicative -any

haskell/cabal#3881 seems related but
I don't fully understand the issue.
  • Loading branch information
sjakobi authored and cdepillabout committed Dec 2, 2019
1 parent bceaac1 commit 5f5af76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretty-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cabal-version: >=1.10

custom-setup
setup-depends: base
, Cabal
, Cabal >= 1.24
, cabal-doctest >=1.0.2

flag buildexe
Expand Down

0 comments on commit 5f5af76

Please sign in to comment.