-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Described functionality there, out of Cabal the library. Similarly cabal-install doesn't contain Described instances, they are only in tests.
- Loading branch information
Showing
57 changed files
with
940 additions
and
988 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
cabal-version: 2.2 | ||
name: Cabal-described | ||
version: 3.3.0.0 | ||
synopsis: Described functionality for types in Cabal | ||
category: Testing, Parsec | ||
description: Provides rere bindings | ||
|
||
library | ||
default-language: Haskell2010 | ||
hs-source-dirs: src | ||
ghc-options: -Wall | ||
build-depends: | ||
, base | ||
, Cabal ^>=3.3.0.0 | ||
, containers | ||
, pretty | ||
, QuickCheck | ||
, rere ^>=0.1 | ||
, tasty | ||
, tasty-quickcheck | ||
, transformers | ||
|
||
exposed-modules: | ||
Distribution.Described | ||
Distribution.Utils.CharSet | ||
Distribution.Utils.GrammarRegex |
Oops, something went wrong.