Hello community,

here is the log from the commit of package clash-ghc for openSUSE:Factory 
checked in at 2017-06-22 10:36:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clash-ghc (Old)
 and      /work/SRC/openSUSE:Factory/.clash-ghc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clash-ghc"

Thu Jun 22 10:36:16 2017 rev:3 rq:504050 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/clash-ghc/clash-ghc.changes      2017-05-27 
13:16:35.978479945 +0200
+++ /work/SRC/openSUSE:Factory/.clash-ghc.new/clash-ghc.changes 2017-06-22 
10:36:20.735858892 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:11 UTC 2017 - psim...@suse.com
+
+- Update to version 0.7.2 revision 1.
+
+-------------------------------------------------------------------

New:
----
  clash-ghc.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clash-ghc.spec ++++++
--- /var/tmp/diff_new_pack.U34qzm/_old  2017-06-22 10:36:21.303778833 +0200
+++ /var/tmp/diff_new_pack.U34qzm/_new  2017-06-22 10:36:21.307778268 +0200
@@ -25,6 +25,7 @@
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
@@ -108,6 +109,7 @@
 
 %prep
 %setup -q
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build

++++++ clash-ghc.cabal ++++++
Name:                 clash-ghc
Version:              0.7.2
x-revision: 1
Synopsis:             CAES Language for Synchronous Hardware
Description:
  CλaSH (pronounced ‘clash’) is a functional hardware description language that
  borrows both its syntax and semantics from the functional programming language
  Haskell. The CλaSH compiler transforms these high-level descriptions to
  low-level synthesizable VHDL, Verilog, or SystemVerilog.
  .
  Features of CλaSH:
  .
  * Strongly typed, but with a very high degree of type inference, enabling both
    safe and fast prototyping using concise descriptions.
  .
  * Interactive REPL: load your designs in an interpreter and easily test all
    your component without needing to setup a test bench.
  .
  * Higher-order functions, with type inference, result in designs that are
    fully parametric by default.
  .
  * Synchronous sequential circuit design based on streams of values, called
    @Signal@s, lead to natural descriptions of feedback loops.
  .
  * Support for multiple clock domains, with type safe clock domain crossing.
  .
  .
  This package provides:
  .
  * CλaSH Compiler binary using GHC/Haskell as a frontend
  .
  .
  Prelude library: <http://hackage.haskell.org/package/clash-prelude>
Homepage:             http://www.clash-lang.org/
bug-reports:          http://github.com/clash-lang/clash-compiler/issues
License:              BSD2
License-file:         LICENSE
Author:               Christiaan Baaij
Maintainer:           Christiaan Baaij <christiaan.ba...@gmail.com>
Copyright:            Copyright © 2012-2016, University of Twente, 2017 
QBayLogic
Category:             Hardware
Build-type:           Simple

Extra-source-files:   README.md,
                      CHANGELOG.md,
                      LICENSE_GHC,

                      cbits/PosixSource.h,
                      src-bin/CLaSH/GHCi/HsVersions.h

Cabal-version:        >=1.10

source-repository head
  type: git
  location: https://github.com/clash-lang/clash-compiler.git

executable clash
  default-language:   Haskell2010
  Main-Is:            src-ghc/Batch.hs
  Build-Depends:      base, clash-ghc
  GHC-Options:        -Wall
  default-language:   Haskell2010

executable clashi
  default-language:   Haskell2010
  Main-Is:            src-ghc/Interactive.hs
  Build-Depends:      base, clash-ghc
  GHC-Options:        -Wall
  default-language:   Haskell2010

library
  HS-Source-Dirs:     src-ghc src-bin

  default-language:   Haskell2010
  GHC-Options:        -Wall -fno-warn-name-shadowing
  CPP-Options:        -DGHCI
  default-extensions: ForeignFunctionInterface
                      UnboxedTuples
                      FlexibleInstances
                      MagicHash
                      CPP
                      PatternGuards
                      NondecreasingIndentation

  other-extensions:   FlexibleContexts
                      OverloadedStrings
                      RecordWildCards
                      ScopedTypeVariables
                      TemplateHaskell
                      TupleSections
                      ViewPatterns

  Build-Depends:      array                     >= 0.4      && < 0.6,
                      base                      >= 4.3.1.0  && < 5,
                      bifunctors                >= 4.1.1    && < 5.5,
                      bytestring                >= 0.9      && < 0.11,
                      containers                >= 0.5.4.0  && < 0.6,
                      directory                 >= 1.2      && < 1.4,
                      filepath                  >= 1.3      && < 1.5,
                      ghc                       >= 8.0.1    && < 8.2,
                      process                   >= 1.2      && < 1.7,
                      hashable                  >= 1.1.2.3  && < 1.3,
                      haskeline                 >= 0.7.0.3  && < 0.8,
                      lens                      >= 4.0.5    && < 4.16,
                      mtl                       >= 2.1.1    && < 2.3,
                      text                      >= 0.11.3.1 && < 1.3,
                      transformers              >= 0.4.2    && < 0.6,
                      unbound-generics          >= 0.1      && < 0.4,
                      unordered-containers      >= 0.2.1.0  && < 0.3,

                      clash-lib                 >= 0.7.1    && < 0.8,
                      clash-systemverilog       >= 0.7.2    && < 0.8,
                      clash-vhdl                >= 0.7.2    && < 0.8,
                      clash-verilog             >= 0.7.2    && < 0.8,
                      clash-prelude             >= 0.11.2   && < 0.12,
                      ghc-typelits-extra        >= 0.1.3    && < 0.3,
                      ghc-typelits-knownnat     >= 0.1.2    && < 0.4,
                      ghc-typelits-natnormalise >= 0.4.3    && < 0.6,
                      deepseq                   >= 1.3.0.2  && < 1.5,

                      time                      >= 1.4.0.1  && < 1.9,
                      ghc-boot                  >= 8.0.1    && < 8.2,
                      ghci                      >= 8.0.1    && < 8.2,
                      uniplate                  >= 1.6.12   && < 1.8

  if os(windows)
    Build-Depends:    Win32                     >= 2.3.1    && < 2.6
  else
    Build-Depends:    unix                      >= 2.7.1    && < 2.8

  Include-dirs:       cbits
  C-Sources:          cbits/hschooks.c

  Exposed-Modules:    CLaSH.Main
  Other-Modules:      CLaSH.GHCi.UI
                      CLaSH.GHCi.UI.Info
                      CLaSH.GHCi.UI.Monad
                      CLaSH.GHCi.UI.Tags

                      CLaSH.GHC.CLaSHFlags
                      CLaSH.GHC.Evaluator
                      CLaSH.GHC.GenerateBindings
                      CLaSH.GHC.GHC2Core
                      CLaSH.GHC.LoadInterfaceFiles
                      CLaSH.GHC.LoadModules
                      CLaSH.GHC.NetlistTypes
                      Paths_clash_ghc

Reply via email to