Guest User

Untitled

a guest
Oct 14th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. cabal-version: >=2.0
  2. -- Initial package description 'clay-sniper.cabal' generated by 'cabal
  3. -- init'. For further documentation, see
  4. -- http://haskell.org/cabal/users-guide/
  5.  
  6. name: clay-sniper
  7. version: 0.1.0.0
  8. -- synopsis:
  9. -- description:
  10. -- bug-reports:
  11. -- license:
  12. license-file: LICENSE
  13. author: Me
  14. maintainer: me@me.com
  15. -- copyright:
  16. -- category:
  17. build-type: Simple
  18. extra-source-files: CHANGELOG.md
  19.  
  20. executable clay-sniper
  21. main-is: Main.hs
  22. -- other-modules:
  23. -- other-extensions:
  24. build-depends:
  25. base >=4.8 && <5,
  26. bytestring >= 0.10.8.2,
  27. io-streams >= 1.5.2.0,
  28. mysql-haskell ^>= 0.8.4.2,
  29. scalpel ^>= 0.6.2
  30. -- hs-source-dirs:
  31. default-language: Haskell2010
  32.  
  33.  
  34.  
  35.  
  36.  
  37. -- ERROR LOG
  38.  
  39.  
  40. $ cabal run clay-sniper:exe:clay-sniper -w ghc-8.6.5
  41. Resolving dependencies...
  42. cabal: Could not resolve dependencies:
  43. [__0] trying: clay-sniper-0.1.0.0 (user goal)
  44. [__1] next goal: imap (dependency of clay-sniper)
  45. [__1] rejecting: imap-0.3.0.9 (conflict: clay-sniper => imap==0.2.0.3)
  46. [__1] skipping: imap-0.3.0.8, imap-0.3.0.7, imap-0.3.0.6, imap-0.3.0.5,
  47. imap-0.3.0.4, imap-0.3.0.3, imap-0.3.0.2, imap-0.3.0.0 (has the same
  48. characteristics that caused the previous version to fail: excluded by
  49. constraint '==0.2.0.3' from 'clay-sniper')
  50. [__1] trying: imap-0.2.0.3
  51. [__2] next goal: base (dependency of clay-sniper)
  52. [__2] rejecting: base-4.12.0.0/installed-4.12.0.0 (conflict: imap => base>=4.8
  53. && <4.9)
  54. [__2] skipping: base-4.14.0.0, base-4.13.0.0, base-4.12.0.0, base-4.11.1.0,
  55. base-4.11.0.0, base-4.10.1.0, base-4.10.0.0, base-4.9.1.0, base-4.9.0.0 (has
  56. the same characteristics that caused the previous version to fail: excluded by
  57. constraint '>=4.8 && <4.9' from 'imap')
  58. [__2] rejecting: base-4.8.2.0, base-4.8.1.0, base-4.8.0.0, base-4.7.0.2,
  59. base-4.7.0.1, base-4.7.0.0, base-4.6.0.1, base-4.6.0.0, base-4.5.1.0,
  60. base-4.5.0.0, base-4.4.1.0, base-4.4.0.0, base-4.3.1.0, base-4.3.0.0,
  61. base-4.2.0.2, base-4.2.0.1, base-4.2.0.0, base-4.1.0.0, base-4.0.0.0,
  62. base-3.0.3.2, base-3.0.3.1 (constraint from non-upgradeable package requires
  63. installed instance)
  64. [__2] fail (backjumping, conflict set: base, clay-sniper, imap)
  65. After searching the rest of the dependency tree exhaustively, these were the
  66. goals I've had most trouble fulfilling: clay-sniper, base, imap
  67.  
  68. INTPs-MBP:clay-sniper proofofme$ cabal run clay-sniper:exe:clay-sniper -w ghc-8.6.5
  69. Resolving dependencies...
  70. cabal: Could not resolve dependencies:
  71. [__0] trying: clay-sniper-0.1.0.0 (user goal)
  72. [__1] next goal: base (dependency of clay-sniper)
  73. [__1] rejecting: base-4.12.0.0/installed-4.12.0.0 (conflict: clay-sniper =>
  74. base==4.8)
  75. [__1] skipping: base-4.14.0.0, base-4.13.0.0, base-4.12.0.0, base-4.11.1.0,
  76. base-4.11.0.0, base-4.10.1.0, base-4.10.0.0, base-4.9.1.0, base-4.9.0.0,
  77. base-4.8.2.0, base-4.8.1.0, base-4.8.0.0, base-4.7.0.2, base-4.7.0.1,
  78. base-4.7.0.0, base-4.6.0.1, base-4.6.0.0, base-4.5.1.0, base-4.5.0.0,
  79. base-4.4.1.0, base-4.4.0.0, base-4.3.1.0, base-4.3.0.0, base-4.2.0.2,
  80. base-4.2.0.1, base-4.2.0.0, base-4.1.0.0, base-4.0.0.0, base-3.0.3.2,
  81. base-3.0.3.1 (has the same characteristics that caused the previous version to
  82. fail: excluded by constraint '==4.8' from 'clay-sniper')
  83. [__1] fail (backjumping, conflict set: base, clay-sniper)
  84. After searching the rest of the dependency tree exhaustively, these were the
  85. goals I've had most trouble fulfilling: clay-sniper, base
Add Comment
Please, Sign In to add comment