File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11# Changelog for the Clash project
22## 1.6.6 * Oct 2nd 2023*
33
4- * Support Aeson 2.2
5- * Dropped the snap package
4+ * Support Aeson 2.2 [ # 2578 ] ( https://github.com/clash-lang/clash-compiler/pull/2578 )
5+ * Drop the snap package [ # 2439 ] ( https://github.com/clash-lang/clash-compiler/pull/2439 )
66
77 The Clash snap package has not been a recommended way to use Clash for quite some time, and it is a hassle to support.
88
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22
33name : clash-cores
4- version : 1.6.5
4+ version : 1.6.6
55synopsis : A collection of IP cores for Clash
66description : A collection of IP cores for Clash
77bug-reports : https://github.com/clash-lang/clash-cores/issues
Original file line number Diff line number Diff line change 11Cabal-version : 2.2
22Name : clash-ghc
3- Version : 1.6.5
3+ Version : 1.6.6
44Synopsis : Clash : a functional hardware description language - GHC frontend
55Description :
66 Clash is a functional hardware description language that borrows both its
@@ -160,8 +160,8 @@ library
160160 transformers >= 0.5.2.0 && < 0.7 ,
161161 unordered-containers >= 0.2.1.0 && < 0.3 ,
162162
163- clash-lib == 1.6.5 ,
164- clash-prelude == 1.6.5 ,
163+ clash-lib == 1.6.6 ,
164+ clash-prelude == 1.6.6 ,
165165 concurrent-supply >= 0.1.7 && < 0.2 ,
166166 ghc-typelits-extra >= 0.3.2 && < 0.5 ,
167167 ghc-typelits-knownnat >= 0.6 && < 0.8 ,
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22
33name : clash-lib-hedgehog
4- version : 1.6.5
4+ version : 1.6.6
55synopsis : Hedgehog Generators for clash-lib
66description : Hedgehog Generators for clash-lib
77bug-reports : https://github.com/clash-lang/clash-compiler/issues
@@ -62,4 +62,4 @@ library
6262 text >= 1.2.2 && < 1.4 ,
6363 transformers >= 0.5.2.0 && < 0.7 ,
6464
65- clash-lib == 1.6.5 ,
65+ clash-lib == 1.6.6 ,
Original file line number Diff line number Diff line change 11Cabal-version : 2.2
22Name : clash-lib
3- Version : 1.6.5
3+ Version : 1.6.6
44Synopsis : Clash : a functional hardware description language - As a library
55Description :
66 Clash is a functional hardware description language that borrows both its
@@ -137,7 +137,7 @@ Library
137137 base16-bytestring >= 0.1.1 && < 1.1 ,
138138 binary >= 0.8.5 && < 0.11 ,
139139 bytestring >= 0.10.0.2 && < 0.12 ,
140- clash-prelude == 1.6.5 ,
140+ clash-prelude == 1.6.6 ,
141141 concurrent-supply >= 0.1.7 && < 0.2 ,
142142 containers >= 0.5.0.0 && < 0.7 ,
143143 cryptohash-sha256 >= 0.11 && < 0.12 ,
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22
33name : clash-prelude-hedgehog
4- version : 1.6.5
4+ version : 1.6.6
55synopsis : Hedgehog Generators for clash-prelude
66description : Hedgehog Generators for clash-prelude
77bug-reports : https://github.com/clash-lang/clash-compiler/issues
@@ -50,4 +50,4 @@ library
5050 ghc-typelits-natnormalise >= 0.7.2 && < 0.8 ,
5151 text >= 1.2.2 && < 1.4 ,
5252
53- clash-prelude == 1.6.5 ,
53+ clash-prelude == 1.6.6 ,
Original file line number Diff line number Diff line change 11Cabal-version : 2.2
22Name : clash-prelude
3- Version : 1.6.5
3+ Version : 1.6.6
44Synopsis : Clash : a functional hardware description language - Prelude library
55Description :
66 Clash is a functional hardware description language that borrows both its
Original file line number Diff line number Diff line change 2828project = 'Clash'
2929copyright = '2017-2019, The Clash Developers'
3030author = 'The Clash Developers'
31- version = '1.6.5 '
31+ version = '1.6.6 '
3232release = version
3333
3434# Syntax highlighting
You can’t perform that action at this time.
0 commit comments