mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
import: hackage: Fix typo.
* guix/import/cabal.scm (cabal-custom-setuo-name): Rename to... (cabal-custom-setup-name): ...this.
This commit is contained in:
parent
e3ebfe6ca0
commit
e29067d22e
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ (define-record-type <cabal-test-suite>
|
|||
(define-record-type <cabal-custom-setup>
|
||||
(make-cabal-custom-setup name dependencies)
|
||||
cabal-custom-setup?
|
||||
(name cabal-custom-setuo-name)
|
||||
(name cabal-custom-setup-name)
|
||||
(dependencies cabal-custom-setup-dependencies)) ; list of <cabal-dependency>
|
||||
|
||||
(define (cabal-flags->alist flag-list)
|
||||
|
|
Loading…
Reference in a new issue