modular 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+3/−5 lines, 2 filesdep ~basesetup-changed
Dependency ranges changed: base
Files
- Setup.hs +0/−2
- modular.cabal +3/−3
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
modular.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3cca0e35c3a004d9e6fd76d6431d688c33815edb87da3be2b361b2cff8b451c4+-- hash: d5b462428189af88ae02486a529c92196e39e6c03058f59489d452e1fd9ee083 name: modular-version: 0.1.0.4+version: 0.1.0.5 synopsis: Type-safe modular arithmetic description: Please the documentation on GitHub at <https://github.com/pgujjula/modular> category: Math@@ -37,6 +37,6 @@ default-extensions: ExplicitNamespaces ghc-options: -Wall build-depends:- base >=4.7 && <5+ base >=4.7 && <4.12 , ghc-typelits-knownnat >=0.5 && <1 default-language: Haskell2010