Skip to content

Commit

Permalink
Re-sort package metadata, wrap values (KSG Cabal 1.3.0 - 3.4). Refs #196
Browse files Browse the repository at this point in the history
.

Sort initial package fields in the following order:
name
version
author
maintainer
homepage
license
license-file
category
synopsis
description

Note:
- Copyright is missing.

Change description value to start in next line.
  • Loading branch information
ivanperez-keera committed Mar 13, 2022
1 parent f850743 commit 1422ce6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions yampa/Yampa.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
-- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-- OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cabal-version: >= 1.10
build-type: Simple
name: Yampa
version: 0.13.3
cabal-version: >= 1.10
license: BSD3
license-file: LICENSE
author: Henrik Nilsson, Antony Courtney
maintainer: Ivan Perez (ivan.perez@keera.co.uk)
homepage: https://github.com/ivanperez-keera/Yampa/
license: BSD3
license-file: LICENSE
category: Reactivity, FRP
synopsis: Elegant Functional Reactive Programming Language for Hybrid Systems
description:
Domain-specific language embedded in Haskell for programming
hybrid (mixed discrete-time and continuous-time) systems. Yampa is based on
the concepts of Functional Reactive Programming (FRP) and is structured using
arrow combinators.

description: Domain-specific language embedded in Haskell for programming
hybrid (mixed discrete-time and continuous-time) systems. Yampa is based on
the concepts of Functional Reactive Programming (FRP) and is structured using
arrow combinators.

build-type: Simple
extra-source-files:
tests/Tests.hs, tests/TestsCommon.hs, tests/TestsArr.hs,
tests/TestsComp.hs, tests/TestsFirstSecond.hs, tests/TestsLaws.hs,
Expand Down

0 comments on commit 1422ce6

Please sign in to comment.