nth-prime 1.1 → 1.2
raw patch · 2 files changed
+2/−2 lines, 2 filessetup-changed
Files
- Setup.hs +1/−1
- nth-prime.cabal +1/−1
Setup.hs view
@@ -1,4 +1,4 @@-module Main(main)+module Main ( main ) where import Distribution.Simple
nth-prime.cabal view
@@ -1,5 +1,5 @@ name: nth-prime-version: 1.1+version: 1.2 category: Number Theory synopsis: Computing the nth prime license: MIT