alist 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+8/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- alist.cabal +8/−3
alist.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.0+version: 0.1.0.1 -- A short (one-line) description of the package. synopsis: lists with O(1) append@@ -60,11 +60,16 @@ -- other-extensions: -- Other library packages from which modules are imported.- build-depends: base >=4.9 && <4.10+ build-depends: base <10000 -- Directories containing source files. -- hs-source-dirs: -- Base language which the package is written in. default-language: Haskell98- +++source-repository head+ type: git + location: https://github.com/xpika/typingtester+