Specify a github url for a dependency in a cabal file

Vlad the Impala

The HDBC-mysql package is currently broken for me. The fix is in this fork. How can I specify that I want cabal to build from this fork of HDBC-mysql?

jamshidh

If you just want to get stuff up and running, just checkout and build manually.

> git clone https://github.com/markus7/hdbc-mysql.git
> cd hdbc-mysql
> cabal install

This should keep things working until the new changes have been pushed to Hackage.

(note- It is possible that you will have to fiddle with dependencies to get the project to use this version.... But I would just try the simple install first and see if it works).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

how to specify dll file as dependency to maven runtime

From Dev

"Either A or B" dependency in Cabal

From Dev

cabal - local dependency missing

From Dev

How to build a sandboxed cabal project with a custom version of a dependency that is not on hackage (e.g. a checkout from github)

From Dev

Git (github) specify binary file behavior

From Dev

Scala sbt file dependency from github repository

From Dev

Why is stack rewriting my .cabal file and throwing away my edits to add a new dependency?

From Dev

In a ruby .gemspec file, how do I specify multiple versions of a dependency?

From Dev

can't specify pip dependency in conda meta.yaml file

From Dev

What is a Cabal 'world' file for?

From Dev

Specify source in nuspec dependency

From Dev

Specify app dependency in migration

From Dev

What's the reason behind cabal (dependency) hell?

From Dev

Dependency issues running "cabal test" for Haskell

From Dev

GitHub URL for latest release of the _download file_?

From Dev

Github URL to create new file with specific name?

From Dev

GitHub URL for latest release of the _download file_?

From Dev

Minimal cabal file for use in sandbox

From Dev

Minimal cabal file for use in sandbox

From Java

Is there any way to specify --endpoint-url in aws cli config file

From Dev

How specify Ajax jquery url path if all codes in one file

From Dev

AngularJS Dependency Injection where to specify?

From Dev

Gradle: specify appropriate repo for dependency

From Dev

Nuget nuspec specify private dependency

From Dev

Android: .jar file in libs vs dependency url in gradle

From Dev

Is it possible to specify example executables for a library as optional in a cabal package?

From Dev

stack.yaml file & .cabal file differences?

From Dev

How wide or narrow should cabal dependency version constraints be?

From Dev

Cabal: File in tar archive is not in the expected directory

Related Related

  1. 1

    how to specify dll file as dependency to maven runtime

  2. 2

    "Either A or B" dependency in Cabal

  3. 3

    cabal - local dependency missing

  4. 4

    How to build a sandboxed cabal project with a custom version of a dependency that is not on hackage (e.g. a checkout from github)

  5. 5

    Git (github) specify binary file behavior

  6. 6

    Scala sbt file dependency from github repository

  7. 7

    Why is stack rewriting my .cabal file and throwing away my edits to add a new dependency?

  8. 8

    In a ruby .gemspec file, how do I specify multiple versions of a dependency?

  9. 9

    can't specify pip dependency in conda meta.yaml file

  10. 10

    What is a Cabal 'world' file for?

  11. 11

    Specify source in nuspec dependency

  12. 12

    Specify app dependency in migration

  13. 13

    What's the reason behind cabal (dependency) hell?

  14. 14

    Dependency issues running "cabal test" for Haskell

  15. 15

    GitHub URL for latest release of the _download file_?

  16. 16

    Github URL to create new file with specific name?

  17. 17

    GitHub URL for latest release of the _download file_?

  18. 18

    Minimal cabal file for use in sandbox

  19. 19

    Minimal cabal file for use in sandbox

  20. 20

    Is there any way to specify --endpoint-url in aws cli config file

  21. 21

    How specify Ajax jquery url path if all codes in one file

  22. 22

    AngularJS Dependency Injection where to specify?

  23. 23

    Gradle: specify appropriate repo for dependency

  24. 24

    Nuget nuspec specify private dependency

  25. 25

    Android: .jar file in libs vs dependency url in gradle

  26. 26

    Is it possible to specify example executables for a library as optional in a cabal package?

  27. 27

    stack.yaml file & .cabal file differences?

  28. 28

    How wide or narrow should cabal dependency version constraints be?

  29. 29

    Cabal: File in tar archive is not in the expected directory

HotTag

Archive