clanki 1.0.1 → 1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
- clanki.cabal +2/−2
clanki.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: clanki-version: 1.0.1+version: 1.0.2 synopsis: Command-line spaced-repetition software description: Command-line spaced-repetition learning software. CL (command line) + Anki (popular spaced-repetition software) = Clanki. Usage is fairly simple, just follow the instructions after running the program. Add a deck, add cards to the deck, then quiz whenever possible. The program will determine what cards need to be reviewed, using the Super Memo 2 algorithm. license: MIT@@ -17,7 +17,7 @@ executable clanki main-is: Main.hs- -- other-modules: + --other-modules: src -- other-extensions: build-depends: base >=4.7 && <4.8, time >= 1.4.2, directory >= 1.2.1.0, safe hs-source-dirs: src