gnu: Add "static" output to Haskell packages with custom outputs.
All these packages have non-standard outputs. As a result the build system cannot automatically add the "static" output, so we do this manually. * gnu/packages/haskell-check.scm (ghc-quickcheck, ghc-hunit)[outputs]: Add "static" output. * gnu/packages/haskell-web.scm (ghc-http)[outputs]: Same. * gnu/packages/haskell-xyz.scm (ghc-case-insensitive, ghc-fgl, ghc-hashable, ghc-network, ghc-network-uri, ghc-parallel, ghc-paths, ghc-primitive, ghc-random, ghc-split, ghc-syb, ghc-tf-random, ghc-unordered-containers, ghc-vector, ghc-zlib)[outputs]: Same.
This commit is contained in:
		
							parent
							
								
									aa1a75cc0e
								
							
						
					
					
						commit
						534d6caa0b
					
				
					 3 changed files with 18 additions and 18 deletions
				
			
		| 
						 | 
					@ -489,7 +489,7 @@ use HUnit assertions as QuickCheck properties.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-quickcheck")
 | 
					    (name "ghc-quickcheck")
 | 
				
			||||||
    (version "2.13.2")
 | 
					    (version "2.13.2")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -651,7 +651,7 @@ using Template Haskell")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-hunit")
 | 
					    (name "ghc-hunit")
 | 
				
			||||||
    (version "1.6.0.0")
 | 
					    (version "1.6.0.0")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -171,7 +171,7 @@ both client and server code).")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-http")
 | 
					    (name "ghc-http")
 | 
				
			||||||
    (version "4000.3.14")
 | 
					    (version "4000.3.14")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1519,7 +1519,7 @@ call stacks with different versions of the compiler.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-case-insensitive")
 | 
					    (name "ghc-case-insensitive")
 | 
				
			||||||
    (version "1.2.0.11")
 | 
					    (version "1.2.0.11")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4090,7 +4090,7 @@ consuming feeds in both RSS (Really Simple Syndication) and Atom format.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-fgl")
 | 
					    (name "ghc-fgl")
 | 
				
			||||||
    (version "5.7.0.1")
 | 
					    (version "5.7.0.1")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -5206,7 +5206,7 @@ Happy works in a similar way to the yacc tool for C.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-hashable")
 | 
					    (name "ghc-hashable")
 | 
				
			||||||
    (version "1.2.7.0")
 | 
					    (version "1.2.7.0")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -8127,7 +8127,7 @@ ncurses.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-network")
 | 
					    (name "ghc-network")
 | 
				
			||||||
    (version "2.8.0.1")
 | 
					    (version "2.8.0.1")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -8221,7 +8221,7 @@ IPv4, IPv6 and MAC addresses.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-network-uri")
 | 
					    (name "ghc-network-uri")
 | 
				
			||||||
    (version "2.6.1.0")
 | 
					    (version "2.6.1.0")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -8903,7 +8903,7 @@ building up, manipulating and serialising @code{Pandoc} structures.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-parallel")
 | 
					    (name "ghc-parallel")
 | 
				
			||||||
    (version "3.2.2.0")
 | 
					    (version "3.2.2.0")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -9069,7 +9069,7 @@ files/directories, and more.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-paths")
 | 
					    (name "ghc-paths")
 | 
				
			||||||
    (version "0.1.0.12")
 | 
					    (version "0.1.0.12")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -9673,7 +9673,7 @@ Show instance.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-primitive")
 | 
					    (name "ghc-primitive")
 | 
				
			||||||
    (version "0.6.4.0")
 | 
					    (version "0.6.4.0")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -9942,7 +9942,7 @@ usable.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-random")
 | 
					    (name "ghc-random")
 | 
				
			||||||
    (version "1.1")
 | 
					    (version "1.1")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -11610,7 +11610,7 @@ used for example by QuickCheck, see quickcheck-special."  )
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-split")
 | 
					    (name "ghc-split")
 | 
				
			||||||
    (version "0.2.3.3")
 | 
					    (version "0.2.3.3")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -12145,7 +12145,7 @@ building Scalable Vector Graphics (SVG).")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-syb")
 | 
					    (name "ghc-syb")
 | 
				
			||||||
    (version "0.7.1")
 | 
					    (version "0.7.1")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -12590,7 +12590,7 @@ string metrics efficiently.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-tf-random")
 | 
					    (name "ghc-tf-random")
 | 
				
			||||||
    (version "0.5")
 | 
					    (version "0.5")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -13579,7 +13579,7 @@ functions.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-unordered-containers")
 | 
					    (name "ghc-unordered-containers")
 | 
				
			||||||
    (version "0.2.10.0")
 | 
					    (version "0.2.10.0")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -13934,7 +13934,7 @@ representing a store for a single element.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-vector")
 | 
					    (name "ghc-vector")
 | 
				
			||||||
    (version "0.12.0.3")
 | 
					    (version "0.12.0.3")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -14521,7 +14521,7 @@ modifying, and extracting files from zip archives in Haskell.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-zlib")
 | 
					    (name "ghc-zlib")
 | 
				
			||||||
    (version "0.6.2.1")
 | 
					    (version "0.6.2.1")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "static" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue