-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hackage release 0.1.0, resolve all -Wall warnings
- Loading branch information
Showing
6 changed files
with
60 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
0.1.0 | ||
----- | ||
|
||
* Initial release | ||
- Includes trivial, hamming and random codes | ||
- Implements syndrome decoding | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,12 @@ maintainer: "[email protected]" | |
copyright: "2018, Wanja Chresta" | ||
|
||
extra-source-files: | ||
- ChangeLog.md | ||
- README.md | ||
|
||
# Metadata used when publishing your package | ||
synopsis: A simple library for linear codes (coding theory, error correction) | ||
category: Mathematics | ||
category: Math | ||
|
||
# To avoid duplicated efforts in documentation and dealing with the | ||
# complications of embedding Haddock markup inside cabal files, it is | ||
|
@@ -28,7 +29,6 @@ dependencies: | |
- ghc-typelits-natnormalise | ||
- ghc-typelits-knownnat | ||
- random | ||
- MonadRandom | ||
|
||
library: | ||
source-dirs: src | ||
|
@@ -37,6 +37,8 @@ library: | |
- Math.Algebra.Field.Instances | ||
- Math.Algebra.Field.Static | ||
- Math.Algebra.Matrix | ||
ghc-options: | ||
- -Wall | ||
|
||
tests: | ||
linear-code-test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters