risc-v 0.0.0.0 → 0.0.1.0
raw patch · 2 files changed
+2/−3 lines, 2 filessetup-changed
Files
- Setup.hs +0/−2
- risc-v.cabal +2/−1
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
risc-v.cabal view
@@ -1,5 +1,5 @@ name: risc-v-version: 0.0.0.0+version: 0.0.1.0 synopsis: RISC-V -- description: license: BSD3@@ -30,6 +30,7 @@ , FlexibleInstances , MonadComprehensions , StandaloneDeriving+ , GeneralizedNewtypeDeriving , DeriveFunctor, DeriveFoldable, DeriveTraversable ghc-options: -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing -Wincomplete-record-updates -Wincomplete-uni-patterns