Skip to content

Commit f7ee3c1

Browse files
committed
Create Cabal-described
Move Described functionality there, out of Cabal the library. Similarly cabal-install doesn't contain Described instances, they are only in tests.
1 parent 920d6a9 commit f7ee3c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+947
-990
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
cabal-version: 2.2
2+
name: Cabal-described
3+
version: 3.3.0.0
4+
synopsis: Described functionality for types in Cabal
5+
category: Testing, Parsec
6+
description: Provides rere bindings
7+
8+
library
9+
default-language: Haskell2010
10+
hs-source-dirs: src
11+
ghc-options: -Wall
12+
build-depends:
13+
, base
14+
, Cabal ^>=3.3.0.0
15+
, containers
16+
, pretty
17+
, QuickCheck
18+
, rere ^>=0.1
19+
, tasty
20+
, tasty-quickcheck
21+
, transformers
22+
23+
exposed-modules:
24+
Distribution.Described
25+
Distribution.Utils.CharSet
26+
Distribution.Utils.GrammarRegex

0 commit comments

Comments
 (0)