Skip to content

Commit

Permalink
Create Cabal-described
Browse files Browse the repository at this point in the history
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
phadej committed May 12, 2020
1 parent 920d6a9 commit e9afb92
Show file tree
Hide file tree
Showing 57 changed files with 940 additions and 988 deletions.
26 changes: 26 additions & 0 deletions Cabal/Cabal-described/Cabal-described.cabal
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
Loading

0 comments on commit e9afb92

Please sign in to comment.